From 017aab1fde0d8fd18f78554ecf21630acd240177 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Sun, 11 Aug 2002 18:47:42 +0000 Subject: Make kern.log_console_output a tuneable aswell as a sysctl. MFC after: 1 week --- sys/kern/subr_prf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/kern/subr_prf.c') diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index c6b5bee..b0cdc79 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -95,6 +95,7 @@ static int msgbufmapped; /* Set when safe to use msgbuf */ int msgbuftrigger; static int log_console_output = 1; +TUNABLE_INT("kern.log_console_output", &log_console_output); SYSCTL_INT(_kern, OID_AUTO, log_console_output, CTLFLAG_RW, &log_console_output, 0, ""); -- cgit v1.1