Rename rc_logger_path to rc_log_path
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user