summaryrefslogtreecommitdiff
path: root/src/rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc')
-rw-r--r--src/rc/rc-logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-logger.c b/src/rc/rc-logger.c
index 593c16f..52c39f0 100644
--- a/src/rc/rc-logger.c
+++ b/src/rc/rc-logger.c
@@ -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;