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() {
|
if p.useful() {
|
||||||
return
|
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()
|
p.drop()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user