diff options
Diffstat (limited to 'sys/dev/usb/urio.c')
-rw-r--r-- | sys/dev/usb/urio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c index d10dec1..c8f82cf 100644 --- a/sys/dev/usb/urio.c +++ b/sys/dev/usb/urio.c @@ -71,8 +71,8 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/rio500_usb.h> #ifdef USB_DEBUG -#define DPRINTF(x) if (uriodebug) logprintf x -#define DPRINTFN(n,x) if (uriodebug>(n)) logprintf x +#define DPRINTF(x) if (uriodebug) printf x +#define DPRINTFN(n,x) if (uriodebug>(n)) printf x int uriodebug = 0; SYSCTL_NODE(_hw_usb, OID_AUTO, urio, CTLFLAG_RW, 0, "USB urio"); SYSCTL_INT(_hw_usb_urio, OID_AUTO, debug, CTLFLAG_RW, |