Commit 14f32a0c authored by Péter Szilágyi's avatar Péter Szilágyi

p2p: reduce the severity of a debug log

parent 679c90b8
...@@ -363,7 +363,7 @@ func (srv *Server) trustLoop() { ...@@ -363,7 +363,7 @@ func (srv *Server) trustLoop() {
// Try to dial each of them (don't hang if server terminates) // Try to dial each of them (don't hang if server terminates)
for _, node := range needed { 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 { select {
case srv.trustDial <- node: case srv.trustDial <- node:
// Ok, dialing // Ok, dialing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment