We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843073d commit 0718ebbCopy full SHA for 0718ebb
eth/handler.go
@@ -288,7 +288,7 @@ func (pm *ProtocolManager) handle(p *peer) error {
288
}
289
// Start a timer to disconnect if the peer doesn't reply in time
290
p.forkDrop = time.AfterFunc(daoChallengeTimeout, func() {
291
- glog.V(logger.Warn).Infof("%v: timed out DAO fork-check, dropping", p)
+ glog.V(logger.Debug).Infof("%v: timed out DAO fork-check, dropping", p)
292
pm.removePeer(p.id)
293
})
294
// Make sure it's cleaned up if the peer dies off
0 commit comments