Fixup printf format.

This commit is contained in:
alfred 2003-02-11 08:19:52 +00:00
parent 1aac6c5768
commit 07e14e435f

View File

@ -1369,7 +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");
printf("\n");
break;
case 'c':
mly_printf(sc, "controller %s\n", tp);