summaryrefslogtreecommitdiffhomepage
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf.c b/src/conf.c
index 214475d..9c47032 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -493,8 +493,6 @@ int reload_config_file (const char *config_fname, struct config_s *conf)
{
int ret;
- log_message (LOG_NOTICE, "Reloading config file");
-
initialize_config_defaults (conf);
ret = load_config_file (config_fname, conf);