summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/uark.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/uark.c')
-rw-r--r--sys/dev/usb/uark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uark.c b/sys/dev/usb/uark.c
index dd3aa7d..0b6a448 100644
--- a/sys/dev/usb/uark.c
+++ b/sys/dev/usb/uark.c
@@ -42,7 +42,7 @@
#ifdef UARK_DEBUG
#define DPRINTFN(n, x) do { \
if (uarkdebug > (n)) \
- logprintf x; \
+ printf x; \
} while (0)
int uarkebug = 0;
#else
OpenPOWER on IntegriCloud