conf: add a log messate ("reloading config file")

Michael
This commit is contained in:
Michael Adam 2009-12-22 00:11:39 +01:00
parent e9baa2977c
commit 91492773b1

View File

@ -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);