From: Matt Joiner Date: Thu, 21 Oct 2021 00:40:06 +0000 (+1100) Subject: Demote Torrent.runHandshookConnLoggingErr level to debug X-Git-Tag: v1.34.0^2~13 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d33141960483de13e2ff854abe9bb27bb0388d6d;p=btrtrc.git Demote Torrent.runHandshookConnLoggingErr level to debug --- diff --git a/torrent.go b/torrent.go index f594c9f6..222df40b 100644 --- a/torrent.go +++ b/torrent.go @@ -1499,7 +1499,7 @@ func (t *Torrent) logRunHandshookConn(pc *PeerConn, logAll bool, level log.Level } func (t *Torrent) runHandshookConnLoggingErr(pc *PeerConn) { - t.logRunHandshookConn(pc, false, log.Warning) + t.logRunHandshookConn(pc, false, log.Debug) } func (t *Torrent) startWebsocketAnnouncer(u url.URL) torrentTrackerAnnouncer {