Change not found error message
This commit is contained in:
parent
73a2adc055
commit
9fc94cf0de
|
@ -130,7 +130,7 @@ func viewerHandler(w http.ResponseWriter, r *http.Request) {
|
|||
// Validation on path
|
||||
if validPath.FindStringSubmatch(r.URL.Path) == nil {
|
||||
http.NotFound(w, r)
|
||||
log.Print(r.URL.Path)
|
||||
log.Printf("Replied not found on %s", r.URL.Path)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue