Ignore:
Timestamp:
10/29/07 21:33:28 (6 years ago)
Author:
Michael Medin <michael@…>
Children:
a148d28
Parents:
bf257a6
Message:
  • Restructured build and include to work from CLI + Started to add makefiles to build from CLI + Added finnish counters (#98)
    • Fixed performance counter issue with check_nt (#99)
File:
1 edited

Legend:

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

    r2180143 r484be40  
    892892      pdh.close(); 
    893893      double value = cDouble.getValue(); 
    894       std::cout << "Collected double data: " << value << std::endl; 
     894      //std::cout << "Collected double data: " << value << std::endl; 
    895895      if (bNSClient) { 
    896         msg += strEx::itos(value); 
     896        msg += strEx::itos(static_cast<float>(value)); 
    897897      } else { 
    898898        counter.perfData = bPerfData; 
Note: See TracChangeset for help on using the changeset viewer.