mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
Log stanza in Roster PresencePacketListener
This commit is contained in:
parent
86e11e69e8
commit
fefc8cf332
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue