From 2ee736c8cf1a7d162daac6e05690b7bdb787922b Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Sun, 27 May 2007 12:05:01 +0000 Subject: [PATCH] Don't fiddle with the console log level anymore --- klogd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/klogd.c b/klogd.c index c2d75d7..d0d8dd0 100644 --- a/klogd.c +++ b/klogd.c @@ -338,9 +338,6 @@ extern int main(int argc, char *argv[]); static void CloseLogSrc() { - /* Turn on logging of messages to console. */ - ksyslog(7, NULL, 0); - /* Shutdown the log sources. */ switch ( logsrc ) { @@ -542,7 +539,6 @@ static enum LOGSRC GetKernelLogSrc(void) */ Syslog(LOG_WARNING, "Cannot set console log level - disabling " "console output."); - ksyslog(6, NULL, 0); } /*