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/umodem.c | |
| parent | 6ada40b0096875267625ec96a56a591ff1f041de (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/umodem.c')
| -rw-r--r-- | sys/dev/usb/umodem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index d05b66397971..c6151e7f5166 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -87,10 +87,10 @@ #include <dev/usb/usbdevs.h> -#ifdef UMODEM_DEBUG +#ifdef USB_DEBUG #define DPRINTF(x) if(umodemdebug) logprintf x #define DPRINTFN(n, x) if(umodemdebug > (n)) logprintf x -int umodemdebug = 1; +int umodemdebug = 0; SYSCTL_INT(_debug_usb, OID_AUTO, umodem, CTLFLAG_RW, &umodemdebug, 0, "umodem debug level"); #else |
