diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-01-13 01:09:14 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-01-13 01:09:14 +0000 |
| commit | bc2093747fa61bc5da570ce599edd3a322709fec (patch) | |
| tree | c0da1108b75a6599b91447758fc0bf910dca7a90 /sys/dev/usb/umodem.c | |
| parent | eda0ec0e067e31794a7d7c74856ad59cd1eccf09 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/umodem.c')
| -rw-r--r-- | sys/dev/usb/umodem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 1faac21ae410..23f34892680e 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -68,7 +68,7 @@ #ifdef USB_DEBUG #define DPRINTF(x) if (umodemdebug) printf x #define DPRINTFN(n,x) if (umodemdebug>(n)) printf x -int umodemdebug = 0; +int umodemdebug = 1; #else #define DPRINTF(x) #define DPRINTFN(n,x) |
