[netif] fix bug in print statement with no corresponding argument (#8353)

This commit is contained in:
Jinwon Kim
2022-11-02 16:16:53 +09:00
committed by GitHub
parent ac11f66419
commit c6179c24ed
+1 -1
View File
@@ -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: