Changeset 95e4ace in nscp for NSClient++.cpp
- Timestamp:
- 02/19/08 19:10:56 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 2f01f93
- Parents:
- 394f7a1
- File:
-
- 1 edited
-
NSClient++.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
NSClient++.cpp
r394f7a1 r95e4ace 534 534 } catch(const NSPluginException& e) { 535 535 LOG_ERROR_STD(_T("Exception raised: ") + e.error_ + _T(" in module: ") + e.file_); 536 return NSCAPI::returnCRIT; 537 } catch(...) { 538 LOG_ERROR_STD(_T("Unknown exception raised in module")); 536 539 return NSCAPI::returnCRIT; 537 540 }
Note: See TracChangeset
for help on using the changeset viewer.








