Rename rc_logger_path to rc_log_path

This commit is contained in:
Christian Ruppert
2011-07-06 21:15:48 +02:00
parent 9a068c2500
commit 05e3251467
2 changed files with 3 additions and 3 deletions

View File

@ -255,7 +255,7 @@ rc_logger_open(const char *level)
}
/* Append the temporary log to the real log */
logfile = rc_conf_value("rc_logger_path");
logfile = rc_conf_value("rc_log_path");
if (logfile == NULL)
logfile = DEFAULTLOG;