... and here's the first post-0.6 bug fix:

Remove LOG_LPR from list of syslog levels.
This commit is contained in:
sperber 2002-01-10 09:53:57 +00:00
parent 4bff8f3027
commit 4328a9047c
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ static int syslog_levels[] = {
LOG_ALERT,
LOG_CRIT,
LOG_ERR,
LOG_LPR,
LOG_WARNING,
LOG_NOTICE,
LOG_INFO,