Formatting fixes

This commit is contained in:
Andreas Straub 2015-06-29 14:33:43 +02:00
parent 992cf5652e
commit 9a0232f7e7
1 changed files with 2 additions and 2 deletions

View File

@ -901,7 +901,7 @@ public class AxolotlService {
XmppAxolotlSession session = sessions.get(senderAddress); XmppAxolotlSession session = sessions.get(senderAddress);
if (session == null) { if (session == null) {
Log.d(Config.LOGTAG, "No axolotl session found while parsing received message " + message); Log.d(Config.LOGTAG, "Account: "+account.getJid()+" No axolotl session found while parsing received message " + message);
// TODO: handle this properly // TODO: handle this properly
session = new XmppAxolotlSession(axolotlStore, senderAddress); session = new XmppAxolotlSession(axolotlStore, senderAddress);
sessions.put(senderAddress,session); sessions.put(senderAddress,session);