mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +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()) {
|
||||
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