[Commits] inc.c 1.149.2.108 1.149.2.109 procmsg.c 1.150.2.124 1.150.2.125

wwp at claws-mail.org wwp at claws-mail.org
Mon Aug 27 15:39:01 CEST 2012


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv24298/src

Modified Files:
      Tag: gtk2
	inc.c procmsg.c 
Log Message:
2012-08-27 [wwp]	3.8.1cvs36

	* src/inc.c
	* src/procmsg.c
		Remove session statistics debug statements (irrelevant in repo,
		that's dev stuff).

Index: inc.c
===================================================================
RCS file: /home/claws-mail/claws/src/inc.c,v
retrieving revision 1.149.2.108
retrieving revision 1.149.2.109
diff -u -d -r1.149.2.108 -r1.149.2.109
--- inc.c	7 Jul 2012 07:09:27 -0000	1.149.2.108
+++ inc.c	27 Aug 2012 13:38:59 -0000	1.149.2.109
@@ -162,8 +162,6 @@
 {
 	/* update session statistics */
 	session_stats.received += new_msgs;
-fprintf(stdout, "++ STATS ++ INC %d %d\n", session_stats.received, new_msgs);
-fflush(stdout);
 }
 
 /**

Index: procmsg.c
===================================================================
RCS file: /home/claws-mail/claws/src/procmsg.c,v
retrieving revision 1.150.2.124
retrieving revision 1.150.2.125
diff -u -d -r1.150.2.124 -r1.150.2.125
--- procmsg.c	2 Jun 2012 09:06:27 -0000	1.150.2.124
+++ procmsg.c	27 Aug 2012 13:38:59 -0000	1.150.2.125
@@ -1772,8 +1772,6 @@
 			session_stats.forwarded++;
 		else
 			session_stats.sent++;
-fprintf(stdout, "++ STATS ++ SENT %d %d %d\n", session_stats.sent, session_stats.replied, session_stats.forwarded);
-fflush(stdout);
 	}
 
 	/* save message to outbox */



More information about the Commits mailing list