diff --git a/src/posix/platform/netif.cpp b/src/posix/platform/netif.cpp index e04322866..fbfa8c172 100644 --- a/src/posix/platform/netif.cpp +++ b/src/posix/platform/netif.cpp @@ -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: