Formatting fixes
This commit is contained in:
parent
c1116b6066
commit
7680a24180
|
@ -901,7 +901,7 @@ public class AxolotlService {
|
|||
|
||||
XmppAxolotlSession session = sessions.get(senderAddress);
|
||||
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
|
||||
session = new XmppAxolotlSession(axolotlStore, senderAddress);
|
||||
sessions.put(senderAddress,session);
|
||||
|
|
Loading…
Reference in New Issue