mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01: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");
|
||||
}
|
||||
final XMPPConnection connection = connection();
|
||||
|
|
Loading…
Reference in a new issue