Changeset 28508 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Apr 20, 2010 9:39:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp
r28507 r28508 567 567 rc = VbglR3StatReport(&req); 568 568 if (RT_SUCCESS(rc)) 569 VBoxServiceVerbose(3, "VBoxStatsReportStatistics: new statistics (CPU %u) reported successfully!\n", cC pus);569 VBoxServiceVerbose(3, "VBoxStatsReportStatistics: new statistics (CPU %u) reported successfully!\n", cCPUs); 570 570 else 571 571 VBoxServiceVerbose(3, "VBoxStatsReportStatistics: stats report failed with rc=%Rrc\n", rc);
Note:
See TracChangeset
for help on using the changeset viewer.