only log inner stanza but display isCarbon

This commit is contained in:
Daniel Gultsch 2016-06-01 09:03:21 +02:00
parent 5c5d5cc4e3
commit 15316e6a7f
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ public class MessageParser extends AbstractParser implements OnMessagePacketRece
}
} else if (!packet.hasChild("body")){ //no body
if (Config.BACKGROUND_STANZA_LOGGING && !mXmppConnectionService.checkListeners()) {
Log.d(Config.LOGTAG, account.getJid().toBareJid() + ": " + original);
Log.d(Config.LOGTAG, account.getJid().toBareJid() + ": " + packet+ " (carbon="+Boolean.toString(isCarbon)+")");
}
Conversation conversation = mXmppConnectionService.find(account, from.toBareJid());
if (isTypeGroupChat) {