Changeset 3ece2bd in nscp for include/NSCHelper.cpp


Ignore:
Timestamp:
11/08/07 21:54:39 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
e46ad71
Parents:
22d2739
Message:

2007-11-08 MickeM

+ Added CheckWMIValue to check result-values from a WMI Query

  • Changed so performance values are "collapsed" ie 75362115584 = 70.0G (#89)

If anyone dont want this let me know and I will make an option for it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/NSCHelper.cpp

    r22d2739 r3ece2bd  
    156156    if ((msgType == NSCAPI::debug) && (!logDebug())) 
    157157      return; 
     158    /* 
    158159    std::string::size_type pos = file.find_last_of("\\"); 
    159160    if (pos != std::string::npos) 
    160161      file = file.substr(pos); 
     162      */ 
    161163    return fNSAPIMessage(msgType, file.c_str(), line, message.c_str()); 
    162164  } 
Note: See TracChangeset for help on using the changeset viewer.