Changeset bc97cd8 in nscp for modules/CheckEventLog/CheckEventLog.cpp
- Timestamp:
- 09/06/08 20:51:13 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- dc59b0e
- Parents:
- c0522cd
- File:
-
- 1 edited
-
modules/CheckEventLog/CheckEventLog.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckEventLog/CheckEventLog.cpp
r34e7428 rbc97cd8 405 405 bool bFilterIn = true; 406 406 bool bFilterAll = false; 407 bool bFilterNew = false;407 bool bFilterNew = true; 408 408 bool bShowDescriptions = false; 409 409 bool unique = false; … … 471 471 472 472 unsigned long int hit_count = 0; 473 if (files.empty()) { 474 message = _T("No file specified try adding: file=Application"); 475 return NSCAPI::returnUNKNOWN; 476 } 473 477 474 478 for (std::list<std::wstring>::const_iterator cit2 = files.begin(); cit2 != files.end(); ++cit2) { … … 502 506 503 507 if (filter_chain.empty()) { 504 message = _T("No filters specified .");508 message = _T("No filters specified try adding: filter+generated=>2d"); 505 509 return NSCAPI::returnUNKNOWN; 506 510 }
Note: See TracChangeset
for help on using the changeset viewer.








