]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: SIGHUP now logs that config was reread.
authorTimo Sirainen <tss@iki.fi>
Tue, 8 Sep 2009 18:34:04 +0000 (14:34 -0400)
committerTimo Sirainen <tss@iki.fi>
Tue, 8 Sep 2009 18:34:04 +0000 (14:34 -0400)
--HG--
branch : HEAD

src/master/main.c

index 2855729d6b5401810c31d3fbbd4b517f610413ad..dbe23e2535987d678bb476af2c7c3fc721e0c160 100644 (file)
@@ -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();