Changeset 40736 in vbox
- Timestamp:
- Apr 2, 2012 4:04:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r40503 r40736 564 564 else if (rc == VBOX_E_NOT_SUPPORTED) 565 565 RTMsgError("Compact hard disk operation for this format is not implemented yet!"); 566 else if (!progress.isNull()) 567 CHECK_PROGRESS_ERROR(progress, ("Failed to compact hard disk")); 566 568 else 567 CHECK_PROGRESS_ERROR(progress, ("Failed to compact hard disk"));569 RTMsgError("Failed to compact hard disk!"); 568 570 } 569 571 }
Note:
See TracChangeset
for help on using the changeset viewer.