From 91492773b1c3b0e35dafa0d330810652d331c837 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 22 Dec 2009 00:11:39 +0100 Subject: conf: add a log messate ("reloading config file") Michael --- src/conf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf.c b/src/conf.c index c01aadf..21870dc 100644 --- a/src/conf.c +++ b/src/conf.c @@ -485,6 +485,8 @@ int reload_config_file (const char *config_fname, struct config_s *conf, { int ret; + log_message(LOG_INFO, "reloading config file"); + free_config (conf); initialize_with_defaults (conf, defaults); -- cgit v1.2.3