diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-01 03:21:42 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-01 03:21:42 +0000 |
commit | 029d51b61739e9b9d4d58f1ae4a08d32279cc976 (patch) | |
tree | bc972aecd3323fe3430adee6910002875b1188f8 /sys/netbt | |
parent | 63c22aaab706a36a0b76db0babdff998411c6eaf (diff) |
set debug level to 0
Diffstat (limited to 'sys/netbt')
-rw-r--r-- | sys/netbt/hci_event.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netbt/hci_event.c b/sys/netbt/hci_event.c index 4807e0be570..f70690d0b75 100644 --- a/sys/netbt/hci_event.c +++ b/sys/netbt/hci_event.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hci_event.c,v 1.3 2007/06/01 02:46:11 uwe Exp $ */ +/* $OpenBSD: hci_event.c,v 1.4 2007/06/01 03:21:41 uwe Exp $ */ /* $NetBSD: hci_event.c,v 1.6 2007/04/21 06:15:23 plunky Exp $ */ /*- @@ -60,7 +60,7 @@ static void hci_cmd_read_local_features(struct hci_unit *, struct mbuf *); static void hci_cmd_reset(struct hci_unit *, struct mbuf *); #ifdef BLUETOOTH_DEBUG -int bluetooth_debug = 99; +int bluetooth_debug = 0; static const char *hci_eventnames[] = { /* 0x00 */ "NULL", |