🔊 log error on URL routing failures
parent
a7aef2d069
commit
918ea8c778
|
@ -125,6 +125,7 @@ pub fn route_url <'a> (method: &Method, path: &'a str) -> Result <Route <'a>, Er
|
|||
})
|
||||
}
|
||||
else {
|
||||
tracing::error! ("URL routing failed for `{}`", path);
|
||||
Err (Error::NotFound)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue