Subject: Re: kern/5155: Kernel messages may be way too verbose for some
To: None <cgd@NetBSD.ORG>
From: Erik E. Fair <fair@clock.org>
List: tech-kern
Date: 03/12/1998 16:02:07
Isn't this what log() and addlog() in sys/kern/subr_prf.c are for? It
should be a straightforward matter of changing all those "printf"
statements to "log" statements with an appropriate log level, no?

	Erik <fair@clock.org>