diff --git a/main.go b/main.go index 852f8e8..7f0d589 100644 --- a/main.go +++ b/main.go @@ -94,6 +94,7 @@ func proxy(w http.ResponseWriter, r *http.Request, client *http.Client, pathname } res, e := client.Do(req) if e != nil { + fmt.Println("Proxy Error: ", pathname, e) http.Error(w, e.Error(), http.StatusOK) return }