diff options
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 |
