SOURCES: tpop3d-loglevel.patch (NEW) - logout messages as NOTICE (...

arekm arekm at pld-linux.org
Tue Jan 24 14:51:50 CET 2006


Author: arekm                        Date: Tue Jan 24 13:51:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- logout messages as NOTICE (symetric to begin messages)

---- Files affected:
SOURCES:
   tpop3d-loglevel.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tpop3d-loglevel.patch
diff -u /dev/null SOURCES/tpop3d-loglevel.patch:1.1
--- /dev/null	Tue Jan 24 14:51:50 2006
+++ SOURCES/tpop3d-loglevel.patch	Tue Jan 24 14:51:45 2006
@@ -0,0 +1,15 @@
+diff -urN tpop3d-1.5.3.org/netloop.c tpop3d-1.5.3/netloop.c
+--- tpop3d-1.5.3.org/netloop.c	2006-01-24 17:22:20.730963000 +0100
++++ tpop3d-1.5.3/netloop.c	2006-01-24 17:23:01.710963000 +0100
+@@ -495,9 +495,9 @@
+                     if ((p = connection_parsecommand(c)) && p->cmd == QUIT)
+                         c->m->apply_changes(c->m);
+                 }
+-                log_print(LOG_INFO, _("connections_post_select: client %s: finished session for `%s' with %s"), c->idstr, c->a->user, c->a->auth);
++                log_print(LOG_NOTICE, _("connections_post_select: client %s: finished session for `%s' with %s"), c->idstr, c->a->user, c->a->auth);
+             }
+-            log_print(LOG_INFO, _("connections_post_select: client %s: disconnected; %d/%d bytes read/written"), c->idstr, c->nrd, c->nwr);
++            log_print(LOG_NOTICE, _("connections_post_select: client %s: disconnected; %d/%d bytes read/written"), c->idstr, c->nrd, c->nwr);
+ 
+ /*            remove_connection(c);*/
+             connections[i] = NULL;
================================================================


More information about the pld-cvs-commit mailing list