Skip to content

Commit

Permalink
To many s'ses
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Feb 14, 2019
1 parent a13829a commit 4d3fde4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -233,7 +233,7 @@ void disconnectAndCleanup() throws InterruptedException {
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");
}
Expand Down

0 comments on commit 4d3fde4

Please sign in to comment.