diff options
author | Emile <hanemile@protonmail.com> | 2019-10-21 12:29:31 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-21 12:29:31 +0200 |
commit | 1d4c70d2ecb7150f07aa7dfd805ffe1e6b1ed448 (patch) | |
tree | 8eb370f6a58316d238b23f48840aeb19e93a6356 /src/http.go | |
parent | 485ef73b36ca5c91c02d3268d190fa6d2ad36edc (diff) |
ln → f
Diffstat (limited to 'src/http.go')
-rw-r--r-- | src/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |