mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 14:06:45 +01:00
p2p: reduce the severity of a debug log
This commit is contained in:
@@ -363,7 +363,7 @@ func (srv *Server) trustLoop() {
|
||||
|
||||
// Try to dial each of them (don't hang if server terminates)
|
||||
for _, node := range needed {
|
||||
glog.V(logger.Error).Infof("Dialing trusted peer %v", node)
|
||||
glog.V(logger.Debug).Infof("Dialing trusted peer %v", node)
|
||||
select {
|
||||
case srv.trustDial <- node:
|
||||
// Ok, dialing
|
||||
|
||||
Reference in New Issue
Block a user