From fde64077cdd85f7a7b989fef320bf7fa3826a01d Mon Sep 17 00:00:00 2001 From: Mitchell Date: Tue, 12 Jan 2021 19:56:14 -0500 Subject: Ignore ipv4 link local addresses --- cmd/web/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/web/install.go') diff --git a/cmd/web/install.go b/cmd/web/install.go index d9a2379..8cf8b66 100644 --- a/cmd/web/install.go +++ b/cmd/web/install.go @@ -70,7 +70,7 @@ func installHttp(u string) error { go func() { err = Lib.Extract(rdr) if err != nil { - Logger.Printf("Installer: extracting %w", err) + Logger.Printf("Installer: extracting %s", err) } resp.Body.Close() }() -- cgit v1.2.3