X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=res%2Blog%2Fgw-log.c;h=2c5b5e1e6a00640281fb078d63ad3ce9f377e56f;hb=aa2828dbdd761411104b9996fbf1b2b7c1fdfe1b;hp=3a5e6f576f329122722019b93e5e8c21b85d2910;hpb=3ac0f5a14ccdf730f747a77d320d2fe43bbcf3f6;p=egate.git diff --git a/res+log/gw-log.c b/res+log/gw-log.c index 3a5e6f5..2c5b5e1 100644 --- a/res+log/gw-log.c +++ b/res+log/gw-log.c @@ -47,7 +47,10 @@ * Europagate, 1994-1995. * * $Log: gw-log.c,v $ - * Revision 1.12 1995/12/01 12:24:17 adam + * Revision 1.13 1995/12/01 12:41:03 adam + * Bug fix. + * + * Revision 1.12 1995/12/01 12:24:17 adam * New function: gw_log_mask_str. * * Revision 1.11 1995/11/09 09:54:28 adam @@ -254,6 +257,7 @@ static struct { { GW_LOG_WARN, "warn" }, { GW_LOG_ACCT, "acct" }, { GW_LOG_STAT, "stat" }, + { GW_LOG_NOTICE, "notice" }, { GW_LOG_DEBUG, "debug" }, { GW_LOG_DEBUGN(0), "debug0" }, { GW_LOG_DEBUGN(1), "debug1" },