[dovecot-cvs] dovecot/src/auth auth-cache.c,1.4,1.5

cras at dovecot.org cras at dovecot.org
Sat Nov 6 22:55:33 EET 2004


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

Modified Files:
	auth-cache.c 
Log Message:
print info about cache clearing



Index: auth-cache.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/auth-cache.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- auth-cache.c	6 Nov 2004 20:23:13 -0000	1.4
+++ auth-cache.c	6 Nov 2004 20:55:31 -0000	1.5
@@ -125,6 +125,7 @@
 
 	if (cache->hup_count != lib_signal_hup_count) {
 		/* SIGHUP received - clear cache */
+		i_info("SIGHUP received, clearing cache");
 		auth_cache_clear(cache);
 		return NULL;
 	}



More information about the dovecot-cvs mailing list