File tree 1 file changed +3
-2
lines changed
src/protocols/secure_channel
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -551,8 +551,9 @@ void CASESession::OnResponseTimeout(ExchangeContext * ec)
551
551
VerifyOrReturn (ec != nullptr , ChipLogError (SecureChannel, " CASESession::OnResponseTimeout was called by null exchange" ));
552
552
VerifyOrReturn (mExchangeCtxt .HasValue () && (&mExchangeCtxt .Value ().Get () == ec),
553
553
ChipLogError (SecureChannel, " CASESession::OnResponseTimeout exchange doesn't match" ));
554
- ChipLogError (SecureChannel, " CASESession timed out while waiting for a response from the peer. Current state was %u" ,
555
- to_underlying (mState ));
554
+ ChipLogError (SecureChannel,
555
+ " CASESession timed out while waiting for a response from peer " ChipLogFormatScopedNodeId " . Current state was %u" ,
556
+ ChipLogValueScopedNodeId (ScopedNodeId (mPeerNodeId , mFabricIndex )), to_underlying (mState ));
556
557
MATTER_TRACE_COUNTER (" CASETimeout" );
557
558
// Discard the exchange so that Clear() doesn't try aborting it. The
558
559
// exchange will handle that.
You can’t perform that action at this time.
0 commit comments