# HG changeset patch # User carl # Date 1139771421 28800 # Node ID 6465d8640489a18e51348f5be77b4151859d708b # Parent 28fec0c67646f752ccfcce2027e2c165b8f9e9fa make add/remove commands configureable diff -r 28fec0c67646 -r 6465d8640489 src/syslogconfig.cpp --- 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; } }