mirror of
https://github.com/moparisthebest/Conversations
synced 2025-01-12 14:08:33 -05:00
log reason for bind failure
This commit is contained in:
parent
9548f43998
commit
817d344521
@ -915,11 +915,11 @@ public class XmppConnection implements Runnable {
|
||||
sendPostBindInitialization();
|
||||
}
|
||||
} else {
|
||||
Log.d(Config.LOGTAG, account.getJid() + ": disconnecting because of bind failure");
|
||||
Log.d(Config.LOGTAG, account.getJid() + ": disconnecting because of bind failure. (no jid)");
|
||||
disconnect(true);
|
||||
}
|
||||
} else {
|
||||
Log.d(Config.LOGTAG, account.getJid() + ": disconnecting because of bind failure");
|
||||
Log.d(Config.LOGTAG, account.getJid() + ": disconnecting because of bind failure ("+packet.toString());
|
||||
disconnect(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user