mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 01:17:46 +00:00
[mesh-forwarder] enhance data poll log message (#3913)
This commit is contained in:
committed by
Jonathan Hui
parent
8c0c32548d
commit
6f290088f2
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user