Changeset 30277 in vbox
- Timestamp:
- Jun 17, 2010 9:02:08 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Main/MediumImpl.cpp (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MediumImpl.cpp
r29940 r30277 2329 2329 delete pTargetMediumLockList; 2330 2330 throw setError(rc, 2331 tr("Failed to lock source media '% ls'"),2331 tr("Failed to lock source media '%s'"), 2332 2332 getLocationFull().raw()); 2333 2333 } … … 2338 2338 delete pTargetMediumLockList; 2339 2339 throw setError(rc, 2340 tr("Failed to lock target media '% ls'"),2340 tr("Failed to lock target media '%s'"), 2341 2341 pTarget->getLocationFull().raw()); 2342 2342 } … … 2417 2417 delete pMediumLockList; 2418 2418 throw setError(rc, 2419 tr("Failed to lock media when compacting '% ls'"),2419 tr("Failed to lock media when compacting '%s'"), 2420 2420 getLocationFull().raw()); 2421 2421 } … … 2512 2512 delete pMediumLockList; 2513 2513 throw setError(rc, 2514 tr("Failed to lock media when resetting '% ls'"),2514 tr("Failed to lock media when resetting '%s'"), 2515 2515 getLocationFull().raw()); 2516 2516 } … … 3934 3934 delete pMediumLockList; 3935 3935 throw setError(rc, 3936 tr("Failed to lock media when deleting '% ls'"),3936 tr("Failed to lock media when deleting '%s'"), 3937 3937 getLocationFull().raw()); 3938 3938 } … … 4496 4496 AutoReadLock alock(pTarget COMMA_LOCKVAL_SRC_POS); 4497 4497 throw setError(rc, 4498 tr("Failed to lock media when merging to '% ls'"),4498 tr("Failed to lock media when merging to '%s'"), 4499 4499 pTarget->getLocationFull().raw()); 4500 4500 }
Note:
See TracChangeset
for help on using the changeset viewer.

