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:
emax 2008-12-24 00:00:52 +00:00
parent 8672278c6f
commit 110365dd9e

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