From 1d4c70d2ecb7150f07aa7dfd805ffe1e6b1ed448 Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 21 Oct 2019 12:29:31 +0200 Subject: ln → f MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/http.go b/src/http.go index e7e874d..27bea85 100644 --- a/src/http.go +++ b/src/http.go @@ -71,7 +71,7 @@ func createPostHandler(w http.ResponseWriter, r *http.Request) { } else if r.Form.Get("challengeStatic") == "off" { static = false } else { - log.Println("Could not parse static: %v", r.Form.Get("challengeStatic")) + log.Printf("Could not parse static: %v", r.Form.Get("challengeStatic")) return } -- cgit 1.4.1