[link-raw] fix a log error (#2684)

This commit is contained in:
Yakun Xu
2018-04-26 08:46:36 -07:00
committed by Jonathan Hui
parent 5e634f7c16
commit 231925190c
+1 -1
View File
@@ -521,7 +521,7 @@ exit:
otError otLinkRawReceive(otInstance *aInstance, otLinkRawReceiveDone aCallback)
{
otLogInfoPlat(aInstance, "LinkRaw Recv (Channel %d)", aChannel);
otLogInfoPlat(aInstance, "LinkRaw Recv");
return static_cast<Instance *>(aInstance)->GetLinkRaw().Receive(aCallback);
}