Changeset 5fda37e in nscp for modules/NRPEListener/NRPEListener.cpp
- Timestamp:
- 06/24/08 22:41:09 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 3abff5c
- Parents:
- 157dea5
- File:
-
- 1 edited
-
modules/NRPEListener/NRPEListener.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NRPEListener/NRPEListener.cpp
r140dd49 r5fda37e 228 228 //p++; 229 229 } 230 return NSCModuleHelper::InjectSplitAndCommand(t.first, sTarget, '!', message, perf); 230 try { 231 return NSCModuleHelper::InjectSplitAndCommand(t.first, sTarget, '!', message, perf); 232 } catch (NSCModuleHelper::NSCMHExcpetion e) { 233 NSC_LOG_ERROR_STD(_T("Failed to inject command (") + command.c_str() + _T("): ") + e.msg_); 234 } catch (...) { 235 NSC_LOG_ERROR_STD(_T("Failed to inject command (") + command.c_str() + _T("): Unknown error REPORT THIS")); 236 } 231 237 } else if (cd.type == script) { 232 238 int result = process::executeProcess(root_, args, message, perf, timeout);
Note: See TracChangeset
for help on using the changeset viewer.








