diff --git a/cmd/downloader/downloader/torrentcfg/torrentcfg.go b/cmd/downloader/downloader/torrentcfg/torrentcfg.go index a31c968df..5722e3a85 100644 --- a/cmd/downloader/downloader/torrentcfg/torrentcfg.go +++ b/cmd/downloader/downloader/torrentcfg/torrentcfg.go @@ -116,9 +116,9 @@ func New(snapDir string, verbosity lg.Level, natif nat.Interface, downloadRate, } // debug - if lg.Debug == verbosity { - torrentConfig.Debug = true - } + //if lg.Debug == verbosity { + // torrentConfig.Debug = true + //} torrentConfig.Logger = lg.Default.FilterLevel(verbosity) torrentConfig.Logger.Handlers = []lg.Handler{adapterHandler{}}