Skip to content

Commit

Permalink
[netif] fix bug in print statement with no corresponding argument (#8353
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jinwon0325kim committed Nov 2, 2022
1 parent ac11f66 commit c6179c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix/platform/netif.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c6179c2

Please sign in to comment.