mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +02:00
Add AbstractXMPPConnection.toString()
This commit is contained in:
parent
bfb3f5cd95
commit
7c3f4b7129
4 changed files with 17 additions and 11 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue