From 44bb0b3477d02f3f6ace876d19d7986c0429a10c Mon Sep 17 00:00:00 2001 From: idk Date: Wed, 16 Mar 2022 15:04:21 -0400 Subject: [PATCH] Fix TorrentDownloaded function --- get/get.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get/get.go b/get/get.go index 9ee3b2b..b82340e 100644 --- a/get/get.go +++ b/get/get.go @@ -635,7 +635,7 @@ func (t *TBDownloader) DownloadUpdaterForLang(ietf string) (string, string, stri version := t.GetVersion() if strings.Contains(t.Mirror, "i2psnark") { if !TorrentDownloaded() { - //t.Log("DownloadUpdaterForLang()", "Downloading torrent") + t.Log("DownloadUpdaterForLang()", "Downloading torrent") //Download the torrent files from their static locations. i2psnark, err := FindSnarkDirectory() if err != nil {