Ignore:
Timestamp:
12/02/06 20:06:22 (6 years ago)
Author:
Michael Medin <michael@…>
Children:
7b51081
Parents:
580392ac
Message:

New build enviornment (static) to work with NT4 and w2k3 and hopefully everything else.
Also fixed the "broken password" issue..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/CheckSystem/PDHCollector.cpp

    r580392ac r858709e  
    100100      } 
    101101      NSC_DEBUG_MSG_STD("Detected language: " + settings.getString(section, "Description", "Not found") + " (" + section + ")"); 
    102     } catch (systemInfo::SystemInfoException e) { 
    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()); 
    104104      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."); 
    105105      return -1; 
Note: See TracChangeset for help on using the changeset viewer.