This commit is contained in:
holger krekel
2019-07-16 00:20:54 +02:00
parent 360089ac74
commit 9dab53e0af

View File

@@ -286,11 +286,7 @@ pub unsafe fn dc_context_unref(context: &mut Context) {
pub unsafe fn dc_close(context: &Context) {
println!("disconnecting inbox watch yooaa");
info!(
context,
0,
"disconnecting INBOX-watch",
);
info!(context, 0, "disconnecting INBOX-watch",);
context.inbox.read().unwrap().disconnect(context);
info!(context, 0, "disconnecting sentbox-thread",);
context