Skip to content

Commit

Permalink
Nishant's commend: Change peer disconnected log.
Browse files Browse the repository at this point in the history
  • Loading branch information
nalepae committed Sep 3, 2024
1 parent 0af4c2e commit bd34800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/p2p/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (s *Service) AddDisconnectionHandler(handler func(ctx context.Context, id p
"direction": conn.Stat().Direction.String(),
"multiAddr": peerMultiaddrString(conn),
"activePeers": len(s.peers.Active()),
}).Debug("New peer disconnection")
}).Debug("Peer disconnected")
}
}()
},
Expand Down

0 comments on commit bd34800

Please sign in to comment.