From d33141960483de13e2ff854abe9bb27bb0388d6d Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 21 Oct 2021 11:40:06 +1100 Subject: [PATCH] Demote Torrent.runHandshookConnLoggingErr level to debug --- torrent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.48.1