diff options
Diffstat (limited to 'sys/dev/usb/ucom.c')
| -rw-r--r-- | sys/dev/usb/ucom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index b88d1da8089f9..e654a023dacb1 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -100,8 +100,8 @@ #include <dev/usb/ucomvar.h> -#ifdef UCOM_DEBUG -static int ucomdebug = 1; +#ifdef USB_DEBUG +static int ucomdebug = 0; SYSCTL_INT(_debug_usb, OID_AUTO, ucom, CTLFLAG_RW, &ucomdebug, 0, "ucom debug level"); #define DPRINTF(x) do { \ |
