diff options
| author | Jeff Carr <[email protected]> | 2024-01-20 21:27:57 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-20 21:27:57 -0600 |
| commit | 3e5ad40e53ac30953ae20d7bfe427f29a9575933 (patch) | |
| tree | e3c0d45d38e47d8abc777c24a5ce48f0a9013ef7 /main.go | |
| parent | c92849aa0aa7074886731a0480538fa7abc69029 (diff) | |
typo
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
