From 288b6c803c3967ebafc0e68debe31322419c257a Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Thu, 12 Sep 2024 21:50:44 -0400 Subject: [PATCH] added debug message --- cli/install.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/install.go b/cli/install.go index 4bf3cea..120ba7d 100644 --- a/cli/install.go +++ b/cli/install.go @@ -222,6 +222,7 @@ func requestWithMirror(tarURL string) (*http.Response, error) { tarResp, err = attemptDownload(newURL) if err != nil { + log.Debug("mirror req err", "mirror", newURL, "error", err) continue }