From aa2828dbdd761411104b9996fbf1b2b7c1fdfe1b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 1 Dec 1995 12:41:00 +0000 Subject: [PATCH] Bug fix. --- include/gw-log.h | 21 ++++++++++++++++----- res+log/gw-log-test.c | 12 +++++++++++- res+log/gw-log.c | 6 +++++- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/include/gw-log.h b/include/gw-log.h index 9c8b207..d2f10f2 100644 --- a/include/gw-log.h +++ b/include/gw-log.h @@ -48,7 +48,10 @@ * Europagate, 1994-1995. * * $Log: gw-log.h,v $ - * Revision 1.8 1995/12/01 12:24:14 adam + * Revision 1.9 1995/12/01 12:41:00 adam + * Bug fix. + * + * Revision 1.8 1995/12/01 12:24:14 adam * New function: gw_log_mask_str. * * Revision 1.7 1995/05/16 09:39:39 adam @@ -147,8 +150,8 @@ unsigned gw_log_mask_str (const char *str); /* Return the log level corresponding to str. str is a comma separated sequence of tokens. A token is one of: - "all", "default", "def", "fatal", "warn", "stat", "debug", "none" - or "debug" where n is 0..9. + "all", "default", "def", "fatal", "warn", "stat", "notice", "debug", + "none" or "debug" where n is 0..9. The level of each token are ORed with initial level being GW_LOG_DEFAULT unless first token is "none" in which case the initial level is 0 (none). */ @@ -161,13 +164,21 @@ char *gw_strdup (const char *s); /* log file format: - +