From 6f290088f2c321aca3a345cac6946cda919e7121 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Fri, 14 Jun 2019 09:32:12 -0700 Subject: [PATCH] [mesh-forwarder] enhance data poll log message (#3913) --- src/core/thread/mesh_forwarder_ftd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/thread/mesh_forwarder_ftd.cpp b/src/core/thread/mesh_forwarder_ftd.cpp index 736380489..1c501d287 100644 --- a/src/core/thread/mesh_forwarder_ftd.cpp +++ b/src/core/thread/mesh_forwarder_ftd.cpp @@ -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());