Changeset 56458 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 16, 2015 4:04:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp
r56457 r56458 271 271 VBoxServiceVerbose(3, "VBoxStatsReportStatistics: CPU info not available!\n"); 272 272 rc = VbglR3StatReport(&req); 273 if (RT_SUCCESS(rc)) 274 VBoxServiceVerbose(3, "VBoxStatsReportStatistics: new statistics reported successfully!\n"); 275 else 276 VBoxServiceVerbose(3, "VBoxStatsReportStatistics: stats report failed with rc=%Rrc\n", rc); 273 277 } 274 278
Note:
See TracChangeset
for help on using the changeset viewer.