Don't fiddle with the console log level anymore

This commit is contained in:
Joey Schulze 2007-05-27 12:05:01 +00:00
parent c678f47f8b
commit 2ee736c8cf

View File

@ -338,9 +338,6 @@ extern int main(int argc, char *argv[]);
static void CloseLogSrc() static void CloseLogSrc()
{ {
/* Turn on logging of messages to console. */
ksyslog(7, NULL, 0);
/* Shutdown the log sources. */ /* Shutdown the log sources. */
switch ( logsrc ) switch ( logsrc )
{ {
@ -542,7 +539,6 @@ static enum LOGSRC GetKernelLogSrc(void)
*/ */
Syslog(LOG_WARNING, "Cannot set console log level - disabling " Syslog(LOG_WARNING, "Cannot set console log level - disabling "
"console output."); "console output.");
ksyslog(6, NULL, 0);
} }
/* /*