diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-07-31 14:34:36 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-07-31 14:34:36 +0000 |
| commit | 528d1a7fbc2d6f7ab5fc29c7c2dd6c03e76eaba6 (patch) | |
| tree | fafe553431d8770eb184a810f65960276fbbcccb /sys/dev/usb/ucom.c | |
| parent | 6ada40b0096875267625ec96a56a591ff1f041de (diff) | |
Notes
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 b88d1da8089f..e654a023dacb 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 { \ |
