Changeset 64988 in vbox
- Timestamp:
- Dec 21, 2016 3:12:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r64987 r64988 689 689 if (cbResize > (uint64_t)logicalSize * _1M) 690 690 { 691 RTMsgError("Error: Attempt to resize the medium from %RU64.%RU64 MB to %RU64.%RU64 MB. Use --resizebyte i sthis is intended!\n",691 RTMsgError("Error: Attempt to resize the medium from %RU64.%RU64 MB to %RU64.%RU64 MB. Use --resizebyte if this is intended!\n", 692 692 logicalSize / _1M, (logicalSize % _1M) / (_1M / 10), cbResize / _1M, (cbResize % _1M) / (_1M / 10)); 693 693 return RTEXITCODE_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.