diff options
author | Ales Kozumplik <akozumpl@redhat.com> | 2010-02-23 10:33:24 +0100 |
---|---|---|
committer | Ales Kozumplik <akozumpl@redhat.com> | 2010-02-24 10:45:24 +0100 |
commit | 3fb12e4eafebfa3885c25b9ab93e9c35f6847425 (patch) | |
tree | 0142414b2922467ba07e3f41e910f898cfe83a17 /loader/loader.c | |
parent | 482d84b81cc7e65b0e605b970da126a2516c8025 (diff) | |
download | anaconda-3fb12e4eafebfa3885c25b9ab93e9c35f6847425.tar.gz anaconda-3fb12e4eafebfa3885c25b9ab93e9c35f6847425.tar.xz anaconda-3fb12e4eafebfa3885c25b9ab93e9c35f6847425.zip |
Make loader log into syslog (so remote logging works for it as well) (#524980)
Diffstat (limited to 'loader/loader.c')
-rw-r--r-- | loader/loader.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <stdlib.h> #include <string.h> #include <strings.h> -#include <syslog.h> #include <unistd.h> #include <stdint.h> #include <dirent.h> @@ -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 */ |