summaryrefslogtreecommitdiffstats
path: root/sys/dev/mly
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2003-02-11 06:36:26 +0000
committerscottl <scottl@FreeBSD.org>2003-02-11 06:36:26 +0000
commit2f7dc73c5dc778ecc4e1ea46afa39804560cf504 (patch)
tree27f06628ab3e2226b886660dc5edd43b9fe57566 /sys/dev/mly
parent7a6774448c00a4576af3f0388dd673ae8a3e272f (diff)
downloadFreeBSD-src-2f7dc73c5dc778ecc4e1ea46afa39804560cf504.zip
FreeBSD-src-2f7dc73c5dc778ecc4e1ea46afa39804560cf504.tar.gz
Terminate 'e' event messages with a newline.
PR: 33202
Diffstat (limited to 'sys/dev/mly')
-rw-r--r--sys/dev/mly/mly.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c
index a91b295..dd737fe 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);
OpenPOWER on IntegriCloud