Changeset 76154 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Dec 11, 2018 9:01:30 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r75373 r76154 10012 10012 if (RT_FAILURE(vrc)) 10013 10013 { 10014 if (vrc == VERR_VD_SHRINK_NOT_SUPPORTED) 10015 throw setErrorBoth(VBOX_E_NOT_SUPPORTED, vrc, 10016 tr("Shrinking is not yet supported for medium '%s'"), 10017 location.c_str()); 10014 10018 if (vrc == VERR_NOT_SUPPORTED) 10015 10019 throw setErrorBoth(VBOX_E_NOT_SUPPORTED, vrc,
Note:
See TracChangeset
for help on using the changeset viewer.