mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +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,
|
msg_id,
|
||||||
}),
|
}),
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
error!(context, "{:?}", e);
|
warn!(context, "{:?}", e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user