Compare commits
1 Commits
88f0cc9211
...
50fb3e7f19
Author | SHA1 | Date | |
---|---|---|---|
50fb3e7f19 |
@@ -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