File tree 1 file changed +2
-2
lines changed
src/protocols/secure_channel
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -599,7 +599,7 @@ void CASESession::OnResponseTimeout(ExchangeContext * ec)
599
599
ChipLogError (SecureChannel, " CASESession::OnResponseTimeout exchange doesn't match" ));
600
600
ChipLogError (SecureChannel,
601
601
" CASESession timed out while waiting for a response from peer " ChipLogFormatScopedNodeId " . Current state was %u" ,
602
- ChipLogValueScopedNodeId (ScopedNodeId ( mPeerNodeId , mFabricIndex )), to_underlying (mState ));
602
+ ChipLogValueScopedNodeId (GetPeer ( )), to_underlying (mState ));
603
603
MATTER_TRACE_COUNTER (" CASETimeout" );
604
604
// Discard the exchange so that Clear() doesn't try aborting it. The
605
605
// exchange will handle that.
@@ -872,7 +872,7 @@ CHIP_ERROR CASESession::SendSigma1()
872
872
mState = State::kSentSigma1 ;
873
873
}
874
874
875
- ChipLogProgress (SecureChannel, " Sent Sigma1 msg" );
875
+ ChipLogProgress (SecureChannel, " Sent Sigma1 msg to " ChipLogFormatScopedNodeId, ChipLogValueScopedNodeId ( GetPeer ()) );
876
876
877
877
mDelegate ->OnSessionEstablishmentStarted ();
878
878
You can’t perform that action at this time.
0 commit comments