Skip to content

Commit

Permalink
fixup! [iamclient] Reconnect on cert change
Browse files Browse the repository at this point in the history
  • Loading branch information
mlohvynenko committed Oct 17, 2024
1 parent a49ede5 commit 6433a1a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/iamclient/iamclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ void IAMClient::OnClockUnsynced()

Error IAMClient::OnNodeStatusChanged(const String& nodeID, const NodeStatus& status)
{
LockGuard lock {mMutex};

LOG_DBG() << "Node status changed: nodeID=" << nodeID << ", status=" << status;

if (nodeID != mNodeInfo.mNodeID) {
Expand Down

0 comments on commit 6433a1a

Please sign in to comment.