[mesh-forwarder] enhance data poll log message (#3913)

This commit is contained in:
Abtin Keshavarzian
2019-06-14 09:32:12 -07:00
committed by Jonathan Hui
parent 8c0c32548d
commit 6f290088f2
+1 -1
View File
@@ -568,7 +568,7 @@ void MeshForwarder::HandleDataRequest(const Mac::Frame & aFrame,
child->ResetLinkFailures();
indirectMsgCount = child->GetIndirectMessageCount();
otLogInfoMac("Rx data poll, src:0x%04x, qed_msgs:%d, rss:%d ack-fp:%d", child->GetRloc16(), indirectMsgCount,
otLogInfoMac("Rx data poll, src:0x%04x, qed_msgs:%d, rss:%d, ack-fp:%d", child->GetRloc16(), indirectMsgCount,
aLinkInfo.mRss, aFrame.IsAckedWithFramePending());
VerifyOrExit(aFrame.IsAckedWithFramePending());