1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Add AbstractXMPPConnection.toString()

This commit is contained in:
Florian Schmaus 2015-04-22 09:28:30 +02:00
parent bfb3f5cd95
commit 7c3f4b7129
4 changed files with 17 additions and 11 deletions

View file

@ -454,7 +454,7 @@ public class SmackIntegrationTestFramework {
try {
AccountManager.getInstance(connections[i]).deleteAccount();
LOGGER.info("Successfully deleted account for connection ("
+ connections[i].getConnectionCounter() + ')');
+ connections[i] + ')');
}
catch (NoResponseException | XMPPErrorException | NotConnectedException
| InterruptedException e) {