mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Merge pull request #292 from igniterealtime/guusdk-patch-1
To many s'ses
This commit is contained in:
commit
ae208d6a2f
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public class XmppConnectionManager<DC extends AbstractXMPPConnection> {
|
|||
if (sinttestConfiguration.isAccountRegistrationPossible()) {
|
||||
int unsuccessfullyDeletedAccountsCount = connections.size() - successfullyDeletedAccountsCount;
|
||||
if (unsuccessfullyDeletedAccountsCount == 0) {
|
||||
LOGGER.info("Successsfully deleted all created accounts ✔");
|
||||
LOGGER.info("Successfully deleted all created accounts ✔");
|
||||
} else {
|
||||
LOGGER.warning("Could not delete all created accounts, " + unsuccessfullyDeletedAccountsCount + " remainaing");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue