[dovecot-cvs] dovecot/src/lib-sql driver-mysql.c,1.4,1.5

cras at dovecot.org cras at dovecot.org
Fri Jan 7 19:19:45 EET 2005


Update of /var/lib/cvs/dovecot/src/lib-sql
In directory talvi:/tmp/cvs-serv11062

Modified Files:
	driver-mysql.c 
Log Message:
removed debugging info



Index: driver-mysql.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-sql/driver-mysql.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- driver-mysql.c	7 Jan 2005 15:48:45 -0000	1.4
+++ driver-mysql.c	7 Jan 2005 17:19:43 -0000	1.5
@@ -307,7 +307,6 @@
 
 		/* none are connected. connect_delays may have gotten too high,
 		   reset all of them to see if some are still alive. */
-		i_error("resetting delay");
 		for (i = 0; i < size; i++)
 			conn[i].connect_delay = CONNECT_RESET_DELAY;
 	}



More information about the dovecot-cvs mailing list