main: print filename of config file used on (re)load

This commit is contained in:
rofl0r 2024-05-01 23:48:37 +00:00
parent c4df45b7e4
commit 92289d5a4c

View File

@ -257,7 +257,7 @@ int reload_config (int reload_logging)
int ret, ret2;
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 ();