From 3fb12e4eafebfa3885c25b9ab93e9c35f6847425 Mon Sep 17 00:00:00 2001 From: Ales Kozumplik Date: Tue, 23 Feb 2010 10:33:24 +0100 Subject: Make loader log into syslog (so remote logging works for it as well) (#524980) --- loader/loader.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'loader/loader.c') diff --git a/loader/loader.c b/loader/loader.c index 95d07be11..265fa859d 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include #include @@ -1933,7 +1932,6 @@ int main(int argc, char ** argv) { #endif openLog(); - openlog("loader", 0, LOG_LOCAL0); /* XXX if RHEL, enable the AUTODD feature by default, * but we should come with more general way how to control this */ -- cgit