mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
More information in closed on error log
This commit is contained in:
parent
ffea35282c
commit
13224a9662
1 changed files with 1 additions and 1 deletions
|
@ -1206,7 +1206,7 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
|
|||
}
|
||||
}
|
||||
if (logWarning) {
|
||||
LOGGER.log(Level.WARNING, "Connection closed with error", e);
|
||||
LOGGER.log(Level.WARNING, "Connection " + this + " closed with error", e);
|
||||
}
|
||||
for (ConnectionListener listener : connectionListeners) {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue