don't print if we're already printing to serial.
This commit is contained in:
parent
b4934f0e12
commit
ef2867de41
@ -82,6 +82,7 @@ int c; /* character to append */
|
|||||||
kmess.km_next = (kmess.km_next + 1) % _KMESS_BUF_SIZE;
|
kmess.km_next = (kmess.km_next + 1) % _KMESS_BUF_SIZE;
|
||||||
} else {
|
} else {
|
||||||
int p, outprocs[] = OUTPUT_PROCS_ARRAY;
|
int p, outprocs[] = OUTPUT_PROCS_ARRAY;
|
||||||
|
if(do_serial_debug) return;
|
||||||
if(minix_panicing || do_serial_debug) return;
|
if(minix_panicing || do_serial_debug) return;
|
||||||
for(p = 0; outprocs[p] != NONE; p++) {
|
for(p = 0; outprocs[p] != NONE; p++) {
|
||||||
if(isokprocn(outprocs[p]) && !isemptyn(outprocs[p])) {
|
if(isokprocn(outprocs[p]) && !isemptyn(outprocs[p])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user