[multicast-forwarding] reduce warn logs (#8292)

This commit is contained in:
Simon Lin
2022-10-17 19:25:02 -07:00
committed by GitHub
parent 778fbfa82d
commit 77fd973a76
+1 -1
View File
@@ -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));
}