mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 12:10:07 +00:00
[netif] fix bug in print statement (#8338)
This commit is contained in:
@@ -755,7 +755,7 @@ static void UpdateOmrRoutes(otInstance *aInstance)
|
||||
else
|
||||
{
|
||||
sAddedOmrRoutes[sAddedOmrRoutesNum++] = config.mPrefix;
|
||||
otLogInfoPlat("[netif] Successfully added an OMR route %s in kernel: %s", prefixString);
|
||||
otLogInfoPlat("[netif] Successfully added an OMR route %s in kernel", prefixString);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user