Fix case in log message
This commit is contained in:
parent
e5abe844d1
commit
b96a3a3250
@ -486,7 +486,7 @@ int reload_config_file (const char *config_fname, struct config_s *conf,
|
||||
{
|
||||
int ret;
|
||||
|
||||
log_message(LOG_INFO, "reloading config file");
|
||||
log_message (LOG_INFO, "Reloading config file");
|
||||
|
||||
free_config (conf);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user