Don't fiddle with the console log level anymore
This commit is contained in:
parent
c678f47f8b
commit
2ee736c8cf
4
klogd.c
4
klogd.c
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user