On Wed Apr 17 13:38:02 EDT 2013, lu...@proxima.alt.za wrote:
> > In a few cases, the kernel will use pprint to put a diagnostic on the
> > standard error (file descriptor 2).
> 
> What's wrong with kprint (or logging) for this?

that's what pprint() does.  it prints info about
the current (offending) process, and then the message.
for other kernel logging, one simply uses print.

there is no kprint in plan 9.  neither can one
syslog from the kernel.

- erik

Reply via email to