changeset 28:6465d8640489

make add/remove commands configureable
author carl
date Sun, 12 Feb 2006 11:10:21 -0800
parents 28fec0c67646
children e16a5fb390fa
files src/syslogconfig.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/syslogconfig.cpp	Sun Feb 12 10:54:03 2006 -0800
+++ b/src/syslogconfig.cpp	Sun Feb 12 11:10:21 2006 -0800
@@ -636,7 +636,7 @@
 			count++;
 		}
 		else {
-			tok.token_error("threshold/ignore/file", have);
+			tok.token_error("threshold/ignore/add_command/remove_command/file", have);
 			return false;
 		}
 	}