Changeset 43476 in vbox for trunk/src/VBox
- Timestamp:
- Oct 1, 2012 7:38:01 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/MediumImpl.cpp
r42551 r43476 7815 7815 if (vrc == VERR_NOT_SUPPORTED) 7816 7816 throw setError(VBOX_E_NOT_SUPPORTED, 7817 tr(" Compactingis not yet supported for medium '%s'"),7818 location.c_str());7817 tr("Resizing to new size %llu is not yet supported for medium '%s'"), 7818 task.mSize, location.c_str()); 7819 7819 else if (vrc == VERR_NOT_IMPLEMENTED) 7820 7820 throw setError(E_NOTIMPL, 7821 tr(" Compacting is not implemented, medium '%s'"),7821 tr("Resiting is not implemented, medium '%s'"), 7822 7822 location.c_str()); 7823 7823 else 7824 7824 throw setError(VBOX_E_FILE_ERROR, 7825 tr("Could not compactmedium '%s'%s"),7825 tr("Could not resize medium '%s'%s"), 7826 7826 location.c_str(), 7827 7827 vdError(vrc).c_str());
Note:
See TracChangeset
for help on using the changeset viewer.