Terminate 'e' event messages with a newline.

PR:	33202
This commit is contained in:
Scott Long 2003-02-11 06:36:26 +00:00
parent 9ca938eb11
commit 026e70f330

View file

@ -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);