Skip to content

Commit 0718ebb

Browse files
fjlobscuren
authored andcommitted
[release/1.4.18] eth: move "timed out DAO fork check, dropping" to debug level
(cherry picked from commit 82b14a0)
1 parent 843073d commit 0718ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ func (pm *ProtocolManager) handle(p *peer) error {
288288
}
289289
// Start a timer to disconnect if the peer doesn't reply in time
290290
p.forkDrop = time.AfterFunc(daoChallengeTimeout, func() {
291-
glog.V(logger.Warn).Infof("%v: timed out DAO fork-check, dropping", p)
291+
glog.V(logger.Debug).Infof("%v: timed out DAO fork-check, dropping", p)
292292
pm.removePeer(p.id)
293293
})
294294
// Make sure it's cleaned up if the peer dies off

0 commit comments

Comments
 (0)