Changeset 478588b in nscp for modules/CheckSystem/PDHCollector.cpp
- Timestamp:
- 10/29/07 21:33:28 (6 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 0bc9fdd
- Parents:
- 4548d83
- File:
-
- 1 edited
-
modules/CheckSystem/PDHCollector.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckSystem/PDHCollector.cpp
r5b40546 r478588b 117 117 } 118 118 119 NSC_LOG_ERROR_STD("Attempting to open counter...");120 119 try { 121 120 pdh.open(); 122 NSC_LOG_ERROR_STD("Counters opend...");123 121 } catch (const PDH::PDHException &e) { 124 122 NSC_LOG_ERROR_STD("Failed to open performance counters: " + e.getError());
Note: See TracChangeset
for help on using the changeset viewer.








