VirtualBox

Changeset 43476 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 1, 2012 7:38:01 AM (12 years ago)
Author:
vboxsync
Message:

Main/Medium: fix copy/paste bugs in error messages for resizing a medium

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/MediumImpl.cpp

    r42551 r43476  
    78157815                if (vrc == VERR_NOT_SUPPORTED)
    78167816                    throw setError(VBOX_E_NOT_SUPPORTED,
    7817                                    tr("Compacting is 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());
    78197819                else if (vrc == VERR_NOT_IMPLEMENTED)
    78207820                    throw setError(E_NOTIMPL,
    7821                                    tr("Compacting is not implemented, medium '%s'"),
     7821                                   tr("Resiting is not implemented, medium '%s'"),
    78227822                                   location.c_str());
    78237823                else
    78247824                    throw setError(VBOX_E_FILE_ERROR,
    7825                                    tr("Could not compact medium '%s'%s"),
     7825                                   tr("Could not resize medium '%s'%s"),
    78267826                                   location.c_str(),
    78277827                                   vdError(vrc).c_str());
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette