Changeset 858709e in nscp for trunk/modules/CheckSystem/PDHCollector.cpp
- Timestamp:
- 12/02/06 20:06:22 (6 years ago)
- Children:
- 7b51081
- Parents:
- 580392ac
- File:
-
- 1 edited
-
trunk/modules/CheckSystem/PDHCollector.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/CheckSystem/PDHCollector.cpp
r580392ac r858709e 100 100 } 101 101 NSC_DEBUG_MSG_STD("Detected language: " + settings.getString(section, "Description", "Not found") + " (" + section + ")"); 102 } catch ( systemInfo::SystemInfoExceptione) {103 NSC_LOG_ERROR_STD("System detection failed, PDH will be disabled: " + e.error_);102 } catch (const systemInfo::SystemInfoException &e) { 103 //NSC_LOG_ERROR_STD("System detection failed, PDH will be disabled: " + e.getError()); 104 104 NSC_LOG_ERROR_STD("To manual set performance counters you need to first set " C_SYSTEM_AUTODETECT_PDH "=0 in the config file, and then you also need to configure the various counter."); 105 105 return -1;
Note: See TracChangeset
for help on using the changeset viewer.








