Terminate 'e' event messages with a newline.

PR:	33202
This commit is contained in:
scottl 2003-02-11 06:36:26 +00:00
parent 7a6774448c
commit 2f7dc73c5d

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