diff options
author | 2007-06-01 03:21:41 +0000 | |
---|---|---|
committer | 2007-06-01 03:21:41 +0000 | |
commit | 8efb358a60e184a6a24854e705e52036f7f914ba (patch) | |
tree | a7c528748eb51dd79af07730dfda5e1d6e307364 | |
parent | complete the sys/netbt import and adopt some more code to our interfaces (diff) | |
download | wireguard-openbsd-8efb358a60e184a6a24854e705e52036f7f914ba.tar.xz wireguard-openbsd-8efb358a60e184a6a24854e705e52036f7f914ba.zip |
set debug level to 0
-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", |