Changeset 3b4097d in nscp for service/NSClient++.cpp


Ignore:
Timestamp:
11/07/09 14:56:10 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
7f9c823
Parents:
d5356c1
Message:

added timeout handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • service/NSClient++.cpp

    rd5356c1 r3b4097d  
    10451045    return plugin->commandLineExec(command, argLen, args); 
    10461046  } catch (NSPluginException e) { 
    1047     LOG_MESSAGE_STD(_T("Module (") + e.file_ + _T(") was not found: ") + e.error_); 
     1047    LOG_MESSAGE_STD(_T("Failed to load (") + e.file_ + _T("): ") + e.error_); 
    10481048  } 
    10491049  try { 
Note: See TracChangeset for help on using the changeset viewer.