Changeset 28734 in vbox for trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
- Timestamp:
- Apr 26, 2010 9:03:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
r26517 r28734 494 494 { 495 495 bstrFinalValue = strOverride; 496 RTPrintf("%2u: Guest memory specified with --memory: %ls M B\n",496 RTPrintf("%2u: Guest memory specified with --memory: %ls MiB\n", 497 497 a, bstrFinalValue.raw()); 498 498 } … … 502 502 } 503 503 else 504 RTPrintf("%2u: Guest memory: %ls M B\n (change with \"--vsys %u --memory <MB>\")\n",504 RTPrintf("%2u: Guest memory: %ls MiB\n (change with \"--vsys %u --memory <MiB>\")\n", 505 505 a, bstrFinalValue.raw(), i); 506 506 }
Note:
See TracChangeset
for help on using the changeset viewer.