mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
Log IDLE errors with all contexts
This commit is contained in:
@@ -273,7 +273,7 @@ async fn fetch_idle(ctx: &Context, connection: &mut Imap, folder_config: Config)
|
||||
Ok(v) => v,
|
||||
Err(err) => {
|
||||
connection.trigger_reconnect(ctx).await;
|
||||
warn!(ctx, "{}", err);
|
||||
warn!(ctx, "{:#}", err);
|
||||
InterruptInfo::new(false)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user