diff --git a/cmd/downloader/downloader/torrentcfg/torrentcfg.go b/cmd/downloader/downloader/torrentcfg/torrentcfg.go index a31c968df37d65ec892ab253c0474840d633ac5f..5722e3a85f2b40c86779df15ba16830a34679b86 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{}}