Log handshook conn run errors with level warning

(cherry picked from commit 7ca7890e9f30307a1f4942e6d987791a142c3cb3)
This commit is contained in:
Matt Joiner 2021-10-19 13:37:46 +11:00
parent 58cc0f3d87
commit 3ef8cfba27
1 changed files with 1 additions and 1 deletions

View File

@ -1524,7 +1524,7 @@ func (t *Torrent) logRunHandshookConn(pc *PeerConn, logAll bool, level log.Level
}
func (t *Torrent) runHandshookConnLoggingErr(pc *PeerConn) {
t.logRunHandshookConn(pc, false, log.Debug)
t.logRunHandshookConn(pc, false, log.Warning)
}
func (t *Torrent) startWebsocketAnnouncer(u url.URL) torrentTrackerAnnouncer {