summaryrefslogtreecommitdiffstats
path: root/sys/netgraph
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2008-12-24 00:00:52 +0000
committeremax <emax@FreeBSD.org>2008-12-24 00:00:52 +0000
commit110365dd9ef7c4b89e7d3dc7aaa7ac66c1347593 (patch)
tree5504c5f80f2498a99d50f893eaf779dd50201f8b /sys/netgraph
parent8672278c6ffe3242a8e4b2eca70c43d6f0ed06c3 (diff)
downloadFreeBSD-src-110365dd9ef7c4b89e7d3dc7aaa7ac66c1347593.zip
FreeBSD-src-110365dd9ef7c4b89e7d3dc7aaa7ac66c1347593.tar.gz
Change message severity level from WARN to INFO. This should reduce
amount of messages sent to syslog MFC after: 1 week
Diffstat (limited to 'sys/netgraph')
-rw-r--r--sys/netgraph/bluetooth/hci/ng_hci_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/hci/ng_hci_main.c b/sys/netgraph/bluetooth/hci/ng_hci_main.c
index f6efbb4..eeea79f 100644
--- a/sys/netgraph/bluetooth/hci/ng_hci_main.c
+++ b/sys/netgraph/bluetooth/hci/ng_hci_main.c
@@ -728,7 +728,7 @@ ng_hci_drv_rcvdata(hook_p hook, item_p item)
if ((unit->state & NG_HCI_UNIT_READY) != NG_HCI_UNIT_READY ||
unit->sco == NULL || NG_HOOK_NOT_VALID(unit->sco)) {
- NG_HCI_WARN(
+ NG_HCI_INFO(
"%s: %s - could not forward HCI SCO data packet, state=%#x, hook=%p\n",
__func__, NG_NODE_NAME(unit->node),
unit->state, unit->sco);
OpenPOWER on IntegriCloud