diff options
| author | Scott Long <scottl@FreeBSD.org> | 2003-02-11 06:36:26 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2003-02-11 06:36:26 +0000 |
| commit | 026e70f3302828b6faae27a674bb149ee432a067 (patch) | |
| tree | 27f06628ab3e2226b886660dc5edd43b9fe57566 /sys/dev/mly | |
| parent | 9ca938eb1146c69ab477817cff64de32972edf24 (diff) | |
Notes
Diffstat (limited to 'sys/dev/mly')
| -rw-r--r-- | sys/dev/mly/mly.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index a91b2956158a..dd737fec9408 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); |
