Changeset 91503 in vbox for trunk/src/VBox/Main/src-server/PerformanceImpl.cpp
- Timestamp:
- Oct 1, 2021 8:57:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/PerformanceImpl.cpp
r90771 r91503 381 381 382 382 if (FAILED(rc)) 383 return setError(E_FAIL, "Failed to setup metrics for '%s'",383 return setError(E_FAIL, tr("Failed to setup metrics for '%s'"), 384 384 getFailedGuestName().c_str()); 385 385 return rc; … … 417 417 418 418 if (FAILED(rc)) 419 return setError(E_FAIL, "Failed to enable metrics for '%s'",419 return setError(E_FAIL, tr("Failed to enable metrics for '%s'"), 420 420 getFailedGuestName().c_str()); 421 421 return rc; … … 453 453 454 454 if (FAILED(rc)) 455 return setError(E_FAIL, "Failed to disable metrics for '%s'",455 return setError(E_FAIL, tr("Failed to disable metrics for '%s'"), 456 456 getFailedGuestName().c_str()); 457 457 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.