From 9eeebf3a229f14ce40ac190321d8a5ead7d9f2be Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 8 Sep 2009 14:34:04 -0400 Subject: [PATCH] master: SIGHUP now logs that config was reread. --HG-- branch : HEAD --- src/master/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/master/main.c b/src/master/main.c index 2855729d6b..dbe23e2535 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -339,6 +339,8 @@ sig_settings_reload(const siginfo_t *si ATTR_UNUSED, struct service_list *new_services; const char *error; + i_warning("SIGHUP received - reloading configuration"); + /* see if hostname changed */ hostpid_init(); -- 2.47.3