From e083202c142560b55e68119f1b31ca6abbc9ea51 Mon Sep 17 00:00:00 2001 From: msmith Date: Fri, 27 Oct 2000 05:58:16 +0000 Subject: [PATCH] Add a missing newline to a diagnostic. --- sys/dev/twe/twe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index ecd4dfa398c..c9205dd0009 100644 --- a/sys/dev/twe/twe.c +++ b/sys/dev/twe/twe.c @@ -1197,7 +1197,7 @@ twe_soft_reset(struct twe_softc *sc) TWE_SOFT_RESET(sc); if (twe_wait_status(sc, TWE_STATUS_ATTENTION_INTERRUPT, 15)) { - twe_printf(sc, "no attention interrupt"); + twe_printf(sc, "no attention interrupt\n"); return(1); } if (twe_drain_aen_queue(sc)) { -- 2.45.2