mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 18:57:47 +00:00
[mesh-forwarder] add RSS info to "Rx: data poll" log message (#2224)
This commit is contained in:
committed by
Jonathan Hui
parent
f1789623a8
commit
408f201c0f
@@ -2338,7 +2338,8 @@ void MeshForwarder::HandleDataRequest(const Mac::Address &aMacSource, const otTh
|
||||
|
||||
mScheduleTransmissionTask.Post();
|
||||
|
||||
otLogInfoMac(GetInstance(), "Rx data poll, src:0x%04x, qed_msgs:%d", child->GetRloc16(), indirectMsgCount);
|
||||
otLogInfoMac(GetInstance(), "Rx data poll, src:0x%04x, qed_msgs:%d, rss:%d", child->GetRloc16(), indirectMsgCount,
|
||||
aLinkInfo.mRss);
|
||||
|
||||
exit:
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user