mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +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
|
||||
{
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user