[netif] fix bug in print statement (#8338)

This commit is contained in:
Suvesh Pratapa
2022-10-28 15:55:58 -07:00
committed by GitHub
parent ca8799a4b8
commit 778e3b9ead
+1 -1
View File
@@ -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);
}
}
}