mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
warn instead of error
This commit is contained in:
@@ -1280,7 +1280,7 @@ pub async fn set_msg_failed(context: &Context, msg_id: MsgId, error: Option<impl
|
||||
msg_id,
|
||||
}),
|
||||
Err(e) => {
|
||||
error!(context, "{:?}", e);
|
||||
warn!(context, "{:?}", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user