diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index a91b2956158..dd737fec940 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);