We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
to_string
1 parent cb9e992 commit 9d8a6bbCopy full SHA for 9d8a6bb
src/middleware/log_request.rs
@@ -53,7 +53,7 @@ impl Handler for LogRequests {
53
);
54
55
if let Err(ref e) = res {
56
- print!(" error=\"{}\"", e.description());
+ print!(" error=\"{}\"", e.to_string());
57
}
58
59
if response_time > 1000 {
0 commit comments