CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/01 09:48:19
Modified files:
sys/kern : subr_witness.c
Log message:
Consistently use printf() instead of db_printf() when not running
in ddb. This avoids invoking the output pager by accident and keeps
the output somewhat readable in case multiple cores trigger a warning
simultaneously.
