diff --git a/backend/torrent.go b/backend/torrent.go index 5b40ac44..e8e0ca4c 100644 --- a/backend/torrent.go +++ b/backend/torrent.go @@ -433,7 +433,7 @@ func (t *Torrent) stopListen() { t.taskCh = nil - log.Info("Nas listener stopped", "ih", t.InfoHash(), "status", t.Status()) + log.Debug("Nas listener stopped", "ih", t.InfoHash(), "status", t.Status()) }) }