diff options
Diffstat (limited to 'roseh.moe.go')
| -rw-r--r-- | roseh.moe.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) }) |
