mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Suppress warning if roster isn't set to load
automatically.
This commit is contained in:
parent
aa832ec1f0
commit
23b7626c18
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ public class Roster extends Manager {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!isLoaded()) {
|
if (!isLoaded() && rosterLoadedAtLogin) {
|
||||||
LOGGER.warning("Roster not loaded while processing presence stanza");
|
LOGGER.warning("Roster not loaded while processing presence stanza");
|
||||||
}
|
}
|
||||||
final XMPPConnection connection = connection();
|
final XMPPConnection connection = connection();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue