diff options
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 */ |