changeset 9903:329b1f01052a HEAD

master: SIGHUP now logs that config was reread.
author Timo Sirainen <tss@iki.fi>
date Tue, 08 Sep 2009 14:34:04 -0400
parents 45e87a15cf48
children 88801acf025a
files src/master/main.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/main.c	Tue Sep 08 14:33:42 2009 -0400
+++ b/src/master/main.c	Tue Sep 08 14:34:04 2009 -0400
@@ -339,6 +339,8 @@
 	struct service_list *new_services;
 	const char *error;
 
+	i_warning("SIGHUP received - reloading configuration");
+
 	/* see if hostname changed */
 	hostpid_init();