From 2eb24aa8ef948eb1bac14548e452999ba5de65dc Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 17 Oct 2024 11:52:55 -0700 Subject: I need to make so many commits --- roseh.moe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roseh.moe.go b/roseh.moe.go index 91b8ebd..0a0b3d6 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -50,7 +50,7 @@ func main() { http.HandleFunc("/cinema", s.cinema) http.HandleFunc("/cinema/", s.cinema) http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { - log.Printf("invalid path %#v", r) + log.Printf("invalid path %#v", r.URL.Path) http.Error(w, "not found", http.StatusNotFound) }) -- cgit v1.3.1