VirtualBox

Changeset 30277 in vbox


Ignore:
Timestamp:
Jun 17, 2010 9:02:08 AM (14 years ago)
Author:
vboxsync
Message:

Main/Medium: fix broken error messages

File:
1 edited

Legend:

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

    r29940 r30277  
    23292329            delete pTargetMediumLockList;
    23302330            throw setError(rc,
    2331                            tr("Failed to lock source media '%ls'"),
     2331                           tr("Failed to lock source media '%s'"),
    23322332                           getLocationFull().raw());
    23332333        }
     
    23382338            delete pTargetMediumLockList;
    23392339            throw setError(rc,
    2340                            tr("Failed to lock target media '%ls'"),
     2340                           tr("Failed to lock target media '%s'"),
    23412341                           pTarget->getLocationFull().raw());
    23422342        }
     
    24172417            delete pMediumLockList;
    24182418            throw setError(rc,
    2419                            tr("Failed to lock media when compacting '%ls'"),
     2419                           tr("Failed to lock media when compacting '%s'"),
    24202420                           getLocationFull().raw());
    24212421        }
     
    25122512            delete pMediumLockList;
    25132513            throw setError(rc,
    2514                            tr("Failed to lock media when resetting '%ls'"),
     2514                           tr("Failed to lock media when resetting '%s'"),
    25152515                           getLocationFull().raw());
    25162516        }
     
    39343934            delete pMediumLockList;
    39353935            throw setError(rc,
    3936                            tr("Failed to lock media when deleting '%ls'"),
     3936                           tr("Failed to lock media when deleting '%s'"),
    39373937                           getLocationFull().raw());
    39383938        }
     
    44964496                AutoReadLock alock(pTarget COMMA_LOCKVAL_SRC_POS);
    44974497                throw setError(rc,
    4498                                tr("Failed to lock media when merging to '%ls'"),
     4498                               tr("Failed to lock media when merging to '%s'"),
    44994499                               pTarget->getLocationFull().raw());
    45004500            }
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