mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
log interrupt errors
This commit is contained in:
parent
fb0c2eb14b
commit
a14bb60b7f
1 changed files with 1 additions and 0 deletions
|
@ -1104,6 +1104,7 @@ void mrimap_interrupt_watch(mrimap_t* ths)
|
|||
int handle_locked = 0, idle_blocked = 0;
|
||||
|
||||
if( ths==NULL || ths->m_hEtpan==NULL || !ths->m_watch_thread_running ) {
|
||||
mrmailbox_log_warning(ths->m_mailbox, 0, "IMAP-watch not running.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue