1
0
Fork 0
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:
B. Petersen 2018-06-04 15:36:41 +02:00
parent fb0c2eb14b
commit a14bb60b7f

View file

@ -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;
}