changeset 2856:76a4ecb71b86 HEAD

print info about cache clearing
author Timo Sirainen <tss@iki.fi>
date Sat, 06 Nov 2004 22:55:31 +0200
parents 0e0682b3167b
children b4a46746eb52
files src/auth/auth-cache.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/auth-cache.c	Sat Nov 06 22:23:13 2004 +0200
+++ b/src/auth/auth-cache.c	Sat Nov 06 22:55:31 2004 +0200
@@ -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;
 	}