summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/mly/mly.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c
index a91b295..dd737fe 100644
--- a/sys/dev/mly/mly.c
+++ b/sys/dev/mly/mly.c
@@ -1369,6 +1369,7 @@ mly_process_event(struct mly_softc *sc, struct mly_event *me)
break;
case 'e':
mly_printf(sc, tp, me->target, me->lun);
+ printf(sc, "\n");
break;
case 'c':
mly_printf(sc, "controller %s\n", tp);
OpenPOWER on IntegriCloud