summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-20 21:27:57 -0600
committerJeff Carr <[email protected]>2024-01-20 21:27:57 -0600
commit3e5ad40e53ac30953ae20d7bfe427f29a9575933 (patch)
treee3c0d45d38e47d8abc777c24a5ce48f0a9013ef7 /main.go
parentc92849aa0aa7074886731a0480538fa7abc69029 (diff)
typo
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index c8d3dda..67891c8 100644
--- a/main.go
+++ b/main.go
@@ -31,7 +31,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
requrl := parts[0]
url, repourl := findkey(requrl)
- log.Info("go.wit.com URL =", url, "REPO URL =", repourl, "REQUEST URL =", requrl)
+ log.Warn("go.wit.com URL =", url, "REPO URL =", repourl, "REQUEST URL =", requrl)
if repourl != "" {
repoHTML(w, url, repourl)
return