summaryrefslogtreecommitdiff
path: root/src/rc/rc-logger.c
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-07-06 21:15:48 +0200
committerChristian Ruppert <idl0r@gentoo.org>2011-07-06 21:16:15 +0200
commit05e325146777f60aeb4e347c8e7399b0b3154445 (patch)
treea2f561c581fe71d7e02411af21728b0311a13a39 /src/rc/rc-logger.c
parent9a068c2500b3d8d473900dfaaf7d3fb5d593862d (diff)
downloadopenrc-05e325146777f60aeb4e347c8e7399b0b3154445.tar.gz
openrc-05e325146777f60aeb4e347c8e7399b0b3154445.tar.bz2
openrc-05e325146777f60aeb4e347c8e7399b0b3154445.tar.xz
Rename rc_logger_path to rc_log_path
Diffstat (limited to 'src/rc/rc-logger.c')
-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;