Fix case in log message

This commit is contained in:
Mukund Sivaraman 2010-01-06 11:54:57 +05:30
parent e5abe844d1
commit b96a3a3250

View File

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