Changeset 107260 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Dec 9, 2024 1:32:43 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166281
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ObjectsTracker.cpp
r107259 r107260 380 380 if (!opRes.second) 381 381 { 382 Utf8Str strState = trackedObjectStateToStr(aObjData.state()); 382 383 Log2(("UPDATING TrackedObjectData:\n state %s\n object Id %s\n class IID %s\n life time %i\n idle time %i" 383 384 "\n life time expired - %s\n idle time started - %s\n", 384 trackedObjectStateToStr(aObjData.state()).c_str(),385 strState.c_str(), 385 386 aObjData.objectIdStr().c_str(), 386 387 aObjData.classIIDStr().c_str(),
Note:
See TracChangeset
for help on using the changeset viewer.