mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 11:47:46 +00:00
[posix-netif] reduce excess WARN logs (#7264)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user