[dovecot-cvs] dovecot/src/auth db-ldap.c,1.61,1.62

tss at dovecot.org tss at dovecot.org
Fri Jan 19 15:27:46 UTC 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv27625

Modified Files:
	db-ldap.c 
Log Message:
Removed accidentally committed debugging code.



Index: db-ldap.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/db-ldap.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- db-ldap.c	19 Jan 2007 15:18:24 -0000	1.61
+++ db-ldap.c	19 Jan 2007 15:27:43 -0000	1.62
@@ -328,7 +328,6 @@
 			i_error("LDAP: Reply with unknown msgid %d",
 				msgid);
 		} else {
-			i_info("remove: %u", msgid);
 			hash_remove(conn->requests, POINTER_CAST(msgid));
 			request->callback(conn, request, res);
 		}



More information about the dovecot-cvs mailing list