summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ubser.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/ubser.c')
-rw-r--r--sys/dev/usb/ubser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ubser.c b/sys/dev/usb/ubser.c
index 72ee4ff..b113c60 100644
--- a/sys/dev/usb/ubser.c
+++ b/sys/dev/usb/ubser.c
@@ -112,12 +112,12 @@ SYSCTL_INT(_hw_usb_ubser, OID_AUTO, debug, CTLFLAG_RW,
&ubserdebug, 0, "ubser debug level");
#define DPRINTF(x) do { \
if (ubserdebug) \
- logprintf x; \
+ printf x; \
} while (0)
#define DPRINTFN(n, x) do { \
if (ubserdebug > (n)) \
- logprintf x; \
+ printf x; \
} while (0)
#else
#define DPRINTF(x)
OpenPOWER on IntegriCloud