mirror of
https://github.com/espressif/openthread.git
synced 2026-09-16 14:10:09 +00:00
[netif] fix bug in print statement with no corresponding argument (#8353)
This commit is contained in:
@@ -852,7 +852,7 @@ static void UpdateExternalRoutes(otInstance *aInstance)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
sAddedExternalRoutes[sAddedExternalRoutesNum++] = config.mPrefix;
|
sAddedExternalRoutes[sAddedExternalRoutesNum++] = config.mPrefix;
|
||||||
otLogWarnPlat("[netif] Successfully added an external route %s in kernel: %s", prefixString);
|
otLogWarnPlat("[netif] Successfully added an external route %s in kernel", prefixString);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
exit:
|
exit:
|
||||||
|
|||||||
Reference in New Issue
Block a user