Compare commits
2 Commits
2b772c0766
...
6bc6c2270a
Author | SHA1 | Date | |
---|---|---|---|
6bc6c2270a | |||
9af843c287 |
@@ -37,7 +37,7 @@ impl actix_web::error::ResponseError for HttpErr {
|
||||
}
|
||||
}
|
||||
fn error_response(&self) -> HttpResponse<BoxBody> {
|
||||
log::error!("Error while processing request! {}", self);
|
||||
log::error!("Error while processing request! {self}");
|
||||
|
||||
HttpResponse::InternalServerError().body("Failed to execute request!")
|
||||
}
|
||||
|
Reference in New Issue
Block a user