Change message severity level from WARN to INFO. This should reduce

amount of messages sent to syslog

MFC after:	1 week
This commit is contained in:
Maksim Yevmenkin 2008-12-24 00:00:52 +00:00
parent b2dc68697e
commit 8c975889a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186466

View File

@ -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);