reformat debug info

This commit is contained in:
Daniel Gultsch 2024-01-15 11:48:56 +01:00
parent dfa389f61f
commit b9e4296321
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -512,8 +512,9 @@ public class JingleConnectionManager extends AbstractConnectionManager {
Log.d( Log.d(
Config.LOGTAG, Config.LOGTAG,
account.getJid() account.getJid()
+ ": retrieved out of order jingle message from " + ": received out of order jingle message from="
+ from + from
+ ", message="
+ message + message
+ ", addressedDirectly=" + ", addressedDirectly="
+ addressedDirectly); + addressedDirectly);