Changeset 76154 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Dec 11, 2018 9:01:30 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127399
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r74829 r76154 765 765 if (FAILED(rc)) 766 766 { 767 if (rc == E_NOTIMPL) 767 if (!pProgress.isNull()) 768 CHECK_PROGRESS_ERROR(pProgress, ("Failed to resize medium")); 769 else if (rc == E_NOTIMPL) 768 770 RTMsgError("Resize medium operation is not implemented!"); 769 771 else if (rc == VBOX_E_NOT_SUPPORTED) 770 772 RTMsgError("Resize medium operation for this format is not implemented yet!"); 771 else if (!pProgress.isNull())772 CHECK_PROGRESS_ERROR(pProgress, ("Failed to resize medium"));773 773 else 774 774 RTMsgError("Failed to resize medium!");
Note:
See TracChangeset
for help on using the changeset viewer.