[mesh-forwarder] add RSS info to "Rx: data poll" log message (#2224)

This commit is contained in:
Abtin Keshavarzian
2017-09-26 23:24:42 -07:00
committed by Jonathan Hui
parent f1789623a8
commit 408f201c0f
+2 -1
View File
@@ -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;