main: print filename of config file used on (re)load
This commit is contained in:
parent
c4df45b7e4
commit
92289d5a4c
@ -257,7 +257,7 @@ int reload_config (int reload_logging)
|
|||||||
int ret, ret2;
|
int ret, ret2;
|
||||||
struct config_s *c_next = get_next_config();
|
struct config_s *c_next = get_next_config();
|
||||||
|
|
||||||
log_message (LOG_NOTICE, "Reloading config file");
|
log_message (LOG_NOTICE, "Reloading config file (%s)", config_file);
|
||||||
|
|
||||||
if (reload_logging) shutdown_logging ();
|
if (reload_logging) shutdown_logging ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user