connection drop log debug level
This commit is contained in:
parent
f33b3ba5ce
commit
52bb7f7a39
|
@ -842,7 +842,7 @@ func (t *Torrent) maybeDropMutuallyCompletePeer(
|
|||
if p.useful() {
|
||||
return
|
||||
}
|
||||
log.Printf("dropping %v, which is mutually complete", p)
|
||||
t.logger.WithDefaultLevel(log.Debug).Printf("dropping %v, which is mutually complete", p)
|
||||
p.drop()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue