SOURCES: tpop3d-loglevel.patch - only these usefull one

arekm arekm at pld-linux.org
Tue Jan 24 15:00:09 CET 2006


Author: arekm                        Date: Tue Jan 24 14:00:08 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- only these usefull one

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

---- Diffs:

================================================================
Index: SOURCES/tpop3d-loglevel.patch
diff -u SOURCES/tpop3d-loglevel.patch:1.1 SOURCES/tpop3d-loglevel.patch:1.2
--- SOURCES/tpop3d-loglevel.patch:1.1	Tue Jan 24 14:51:45 2006
+++ SOURCES/tpop3d-loglevel.patch	Tue Jan 24 15:00:03 2006
@@ -1,15 +1,24 @@
+diff -urN tpop3d-1.5.3.org/maildir.c tpop3d-1.5.3/maildir.c
+--- tpop3d-1.5.3.org/maildir.c	2006-01-24 17:31:03.130963000 +0100
++++ tpop3d-1.5.3/maildir.c	2006-01-24 17:32:27.200963000 +0100
+@@ -360,7 +360,7 @@
+ 
+     gettimeofday(&tv2, NULL);
+     f = (float)(tv2.tv_sec - tv1.tv_sec) + 1e-6 * (float)(tv2.tv_usec - tv1.tv_usec);
+-    log_print(LOG_DEBUG, "maildir_new: scanned maildir %s (%d messages) in %0.3fs", dirname, (int)M->num, f);
++    log_print(LOG_NOTICE, "maildir_new: scanned maildir %s (%d messages) in %0.3fs", dirname, (int)M->num, f);
+     
+     return M;
+ 
 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 @@
+--- tpop3d-1.5.3.org/netloop.c	2006-01-24 17:31:03.150963000 +0100
++++ tpop3d-1.5.3/netloop.c	2006-01-24 17:32:00.070963000 +0100
+@@ -495,7 +495,7 @@
                      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_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: 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);
+             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;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/tpop3d-loglevel.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list