mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
Print more anyhow errors with their causes
This commit is contained in:
@@ -250,7 +250,7 @@ impl MsgId {
|
||||
if !rawmime.is_empty() {
|
||||
match HtmlMsgParser::from_bytes(context, &rawmime).await {
|
||||
Err(err) => {
|
||||
warn!(context, "get_html: parser error: {}", err);
|
||||
warn!(context, "get_html: parser error: {:#}", err);
|
||||
Ok(None)
|
||||
}
|
||||
Ok(parser) => Ok(Some(parser.html)),
|
||||
|
||||
Reference in New Issue
Block a user