aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/install.go')
-rw-r--r--cmd/web/install.go2
1 files changed, 1 insertions, 1 deletions
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()
}()