Log stanza in Roster PresencePacketListener

This commit is contained in:
Florian Schmaus 2016-05-25 22:53:44 +02:00
parent 86e11e69e8
commit fefc8cf332
1 changed files with 1 additions and 1 deletions

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();