mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Terminate 'e' event messages with a newline.
PR: 33202
This commit is contained in:
parent
9ca938eb11
commit
026e70f330
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue