diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-10-28 08:11:10 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-10-28 08:11:10 +0000 |
commit | d34d77c8e98051e66584451021a2b5f3987ab795 (patch) | |
tree | 03e36aad1e63272f4f47a83735a6899e751e9860 /sys/dev | |
parent | f072350ffbb986615cf49d78da983ccdede9e4db (diff) |
add \n in 'invalid state' message; from Martin Reindl; ok miod@.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ncr53c9x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ncr53c9x.c b/sys/dev/ic/ncr53c9x.c index becd007141c..61776725627 100644 --- a/sys/dev/ic/ncr53c9x.c +++ b/sys/dev/ic/ncr53c9x.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ncr53c9x.c,v 1.24 2004/09/29 19:17:43 miod Exp $ */ +/* $OpenBSD: ncr53c9x.c,v 1.25 2004/10/28 08:11:09 xsa Exp $ */ /* $NetBSD: ncr53c9x.c,v 1.56 2000/11/30 14:41:46 thorpej Exp $ */ /* @@ -2495,7 +2495,7 @@ printf("<<RESELECT CONT'd>>"); break; default: /* Don't panic: reset. */ - printf("%s: invalid state: %d", + printf("%s: invalid state: %d\n", sc->sc_dev.dv_xname, sc->sc_state); ncr53c9x_scsi_reset(sc); |