diff options
Diffstat (limited to '')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |