From f2bac496b9094ac21272fecdb7f80e2e60e1e8da Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sat, 1 Sep 2018 19:19:58 +0300 Subject: [PATCH] add vendor for go-version (the auto-updater will probably be removed on the next major release due to go modules) Former-commit-id: 3d0bb6e3a440852f0d0e8b9ed2f78609e69ed263 --- core/maintenance/version/fetch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/maintenance/version/fetch.go b/core/maintenance/version/fetch.go index 728c91a4..82d3cd75 100644 --- a/core/maintenance/version/fetch.go +++ b/core/maintenance/version/fetch.go @@ -26,7 +26,7 @@ func fetch() (*version.Version, string) { defer r.Body.Close() if r.StatusCode >= 400 { - golog.Debugf("Internet connection is missing, updater is unable to fetch the latest Iris version\n", err) + golog.Debugf("Internet connection is missing, updater is unable to fetch the latest Iris version\n%v", err) return nil, "" }