Skip to content

Commit

Permalink
update log (project-chip#16997)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored and chencheung committed Apr 6, 2022
1 parent 33e56ab commit d55f1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inet/UDPEndPointImplOpenThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ void UDPEndPointImplOT::handleUdpReceive(void * aContext, otMessage * aMessage,
pktInfo.DestAddress.ToString(destStr, Inet::IPAddress::kMaxStringLength);

ChipLogDetail(Inet,
"UDP Message Received packet nb : %d with the following data :\r\nSrcAddr : %s\r\nSrc Port : %d\r\n\r\nDestAddr "
": %s\r\nDest Port %d\r\nPayload Length %d",
"UDP Message Received packet nb : %d SrcAddr : %s[%d] DestAddr "
": %s[%d] Payload Length %d",
++msgReceivedCount, sourceStr, pktInfo.SrcPort, destStr, pktInfo.DestPort, msgLen);

#endif
Expand Down

0 comments on commit d55f1cd

Please sign in to comment.