Ignore:
Timestamp:
01/17/10 15:26:29 (3 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
ef0e24b
Parents:
6822839
Message:

Fixed some logica issues and changed so debug logging work on *nix (cout -> wcout)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Scheduler/Scheduler.cpp

    r1bfe6f0 r50a5db2  
    124124    std::wstring msg, perf; 
    125125    NSCAPI::nagiosReturn code = NSCModuleHelper::InjectCommand(item.command.c_str(), item.arguments, msg, perf); 
     126    std::wcout << _T("Testing: ") << item.report << _T(" .. ") << code << _T("?") << std::endl; 
    126127    if (NSCHelper::report::matches(item.report, code)) { 
    127128      NSCModuleHelper::NotifyChannel(item.channel, item.alias, code, msg, perf); 
Note: See TracChangeset for help on using the changeset viewer.