Changeset 50454 in vbox
- Timestamp:
- Feb 13, 2014 7:47:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp
r50436 r50454 407 407 if (SUCCEEDED(rc)) 408 408 return setError(VBOX_E_OBJECT_IN_USE, 409 tr("Bandwidth group named '% ls' already exists"),410 Bstr(aName).raw());409 tr("Bandwidth group named '%s' already exists"), 410 aName.c_str()); 411 411 412 412 group.createObject(); … … 436 436 if (group->i_getReferences() != 0) 437 437 return setError(VBOX_E_OBJECT_IN_USE, 438 tr("The bandwidth group '% ls' is still in use"), Bstr(aName).raw());438 tr("The bandwidth group '%s' is still in use"), aName.c_str()); 439 439 440 440 /* We can remove it now. */
Note:
See TracChangeset
for help on using the changeset viewer.

