[posix-netif] reduce excess WARN logs (#7264)

This commit is contained in:
Simon Lin
2021-12-30 22:37:51 -08:00
committed by GitHub
parent 7e438caf30
commit b5101320f8
+1 -1
View File
@@ -962,7 +962,7 @@ static void processNetifAddrEvent(otInstance *aInstance, struct nlmsghdr *aNetli
}
default:
otLogWarnPlat("[netif] Unexpected address type (%d).", (int)rta->rta_type);
otLogDebgPlat("[netif] Unexpected address type (%d).", (int)rta->rta_type);
break;
}
}