mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
p2p: reduce the severity of a debug log
This commit is contained in:
parent
e6efa4e2d7
commit
1b9564ddba
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,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
|
||||
|
|
|
|||
Loading…
Reference in a new issue