1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59: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

@ -115,7 +115,7 @@ public final class ServerPingWithAlarmManager extends Manager {
XMPPConnection connection = it.next();
if (ServerPingWithAlarmManager.getInstanceFor(connection).isEnabled()) {
LOGGER.fine("Calling pingServerIfNecessary for connection "
+ connection.getConnectionCounter());
+ connection);
final PingManager pingManager = PingManager.getInstanceFor(connection);
// Android BroadcastReceivers have a timeout of 60 seconds.
// The connections reply timeout may be higher, which causes