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