mirror of
https://github.com/espressif/openthread.git
synced 2026-09-21 00:17:37 +00:00
[multicast-forwarding] reduce warn logs (#8292)
This commit is contained in:
@@ -453,7 +453,7 @@ bool MulticastRoutingManager::UpdateMulticastRouteInfo(MulticastForwardingCache
|
||||
}
|
||||
else
|
||||
{
|
||||
otLogWarnPlat("MulticastRoutingManager: %s: SIOCGETSGCNT_IN6 %s => %s failed: %s", __FUNCTION__,
|
||||
otLogDebgPlat("MulticastRoutingManager: %s: SIOCGETSGCNT_IN6 %s => %s failed: %s", __FUNCTION__,
|
||||
aMfc.mSrcAddr.ToString().AsCString(), aMfc.mGroupAddr.ToString().AsCString(), strerror(errno));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user