diff options
Diffstat (limited to 'sys/dev/usb/uplcom.c')
-rw-r--r-- | sys/dev/usb/uplcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 5f115b2..a27bd17 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -126,7 +126,7 @@ SYSCTL_INT(_hw_usb_uplcom, OID_AUTO, debug, CTLFLAG_RW, #define DPRINTFN(n, x) do { \ if (uplcomdebug > (n)) \ - logprintf x; \ + printf x; \ } while (0) #else #define DPRINTFN(n, x) |