Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/ic



On Sat, Apr 19, 2008 at 08:33:38AM -0700, Tim Rightnour wrote:
> 
> On 19-Apr-2008 Quentin Garnier wrote:
> > log(9) doesn't print to the console, that's what makes aprint(9) a
> > convenient API.
> 
> But I think thats specifically why we should be using log for messages that
> occur outside of autoconf, such as errors in the driver.  Perhaps I don't want
> them spewing to the console, or perhaps I do.  Let syslog decide.

If they are not important enough to be noticable, why are you using
aprint_error in first place? Or printf for that matter. If you really
don't want to see them, you can use the boot flags to silence them, they
are still going into dmesg.

Joerg


Home | Main Index | Thread Index | Old Index