From bb09b635a706011b13c27227050aa21601b3498e Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Tue, 14 Jun 2016 04:54:34 +0000 Subject: Add missing line feed to DPRINTF makes debug reading easier. --- sys/dev/usb/uvideo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/usb/uvideo.c') 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 @@ -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, -- cgit v1.2.3