diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-14 04:54:34 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2016-06-14 04:54:34 +0000 |
commit | bb09b635a706011b13c27227050aa21601b3498e (patch) | |
tree | 6005f9515b9d3fcc6577dbde0cd1085d26ae0a9d /sys/dev/usb/uvideo.c | |
parent | 21958fea5217d5b30fb32560ba948830705b245e (diff) |
Add missing line feed to DPRINTF makes debug reading easier.
Diffstat (limited to 'sys/dev/usb/uvideo.c')
-rw-r--r-- | sys/dev/usb/uvideo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvideo.c b/sys/dev/usb/uvideo.c index a8f580619e8..c613ff5ba5f 100644 --- a/sys/dev/usb/uvideo.c +++ b/sys/dev/usb/uvideo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvideo.c,v 1.189 2016/06/01 12:58:59 mglocker Exp $ */ +/* $OpenBSD: uvideo.c,v 1.190 2016/06/14 04:54:33 mglocker Exp $ */ /* * Copyright (c) 2008 Robert Nagy <robert@openbsd.org> @@ -1823,7 +1823,7 @@ uvideo_vs_open(struct uvideo_softc *sc) return (USBD_INVAL); } - DPRINTF(1, "%s: open pipe for bEndpointAddress=0x%02x", + DPRINTF(1, "%s: open pipe for bEndpointAddress=0x%02x\n", DEVNAME(sc), sc->sc_vs_cur->endpoint); error = usbd_open_pipe( sc->sc_vs_cur->ifaceh, |