From 029d51b61739e9b9d4d58f1ae4a08d32279cc976 Mon Sep 17 00:00:00 2001 From: Uwe Stuehler Date: Fri, 1 Jun 2007 03:21:42 +0000 Subject: set debug level to 0 --- sys/netbt/hci_event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/netbt') 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", -- cgit v1.2.3