1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-13 15:15:18 +02:00

Log stanza in Roster PresencePacketListener

This commit is contained in:
Florian Schmaus 2016-05-25 22:53:44 +02:00
parent 86e11e69e8
commit fefc8cf332

View file

@ -1358,7 +1358,7 @@ public final class Roster extends Manager {
}
}
if (!isLoaded() && rosterLoadedAtLogin) {
LOGGER.warning("Roster not loaded while processing presence stanza");
LOGGER.warning("Roster not loaded while processing " + packet);
}
Presence presence = (Presence) packet;
Jid from = presence.getFrom();