diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 21:10:04 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-26 21:10:04 +0000 |
commit | e5819ebe1cf965a4a066c4f3b50c57c1a7ab8759 (patch) | |
tree | 269c5d54d7a2c364ce3d954f98e8d7e9b33dba95 /src/scanner.l | |
parent | 849345e88bd3bdb2bde1e531a3815308dc3e7bf0 (diff) |
Added the Connect log level.
Diffstat (limited to 'src/scanner.l')
-rw-r--r-- | src/scanner.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scanner.l b/src/scanner.l index 01c5843..5c4a975 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -1,4 +1,4 @@ -/* $Id: scanner.l,v 1.3 2001-06-02 03:10:09 rjkaes Exp $ +/* $Id: scanner.l,v 1.4 2001-08-26 21:08:36 rjkaes Exp $ * * This builds the scanner for the tinyproxy configuration file. This * file needs to stay in sync with grammar.y. If someone knows lex and yacc @@ -56,6 +56,7 @@ static struct keyword keywords[] = { { "error", KW_LOG_ERROR }, { "warning", KW_LOG_WARNING }, { "notice", KW_LOG_NOTICE }, + { "connect", KW_LOG_CONNECT }, { "info", KW_LOG_INFO }, /* on/off switches */ |