summaryrefslogtreecommitdiff
path: root/src/udev/udevd.c
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-16 20:49:51 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-16 20:49:51 -0500
commitd626c1395bb217bd154ec9131038222295ca3eb0 (patch)
treea1c14ad65d23aedfc6f118790d4f981400ec50dd /src/udev/udevd.c
parent9ac9a4d1b701825fd528f9315d2723aea35e8c80 (diff)
src/udev/log.c: remove log_parse_environment()
Diffstat (limited to 'src/udev/udevd.c')
-rw-r--r--src/udev/udevd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev/udevd.c b/src/udev/udevd.c
index adf5bb937c..b9922f51dd 100644
--- a/src/udev/udevd.c
+++ b/src/udev/udevd.c
@@ -1089,7 +1089,6 @@ int main(int argc, char *argv[])
goto exit;
log_set_target(LOG_TARGET_AUTO);
- log_parse_environment();
log_open();
udev_set_log_fn(udev, udev_main_log);
log_debug("version %s\n", VERSION);