Skip to content

Commit

Permalink
add peer info in log
Browse files Browse the repository at this point in the history
  • Loading branch information
hnnajh committed Jul 4, 2024
1 parent d6f6530 commit 77fb026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/OperationalSessionSetup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ CHIP_ERROR OperationalSessionSetup::EstablishConnection(const ResolveResult & re
else
{
// we should not set the large payload while the TCP support is not enabled
ChipLogError(Discovery, "LargePayload support is enabled while TCP server support is not enabled");
ChipLogError(Discovery, "LargePayload support is enabled while TCP server support is not enabled, PeerNodeId=" ChipLogFormatScopedNodeId, ChipLogValueScopedNodeId(mPeerId));
return CHIP_ERROR_INTERNAL;
}
}
Expand Down

0 comments on commit 77fb026

Please sign in to comment.