Prints the error's stacktrace on connection closed on error.

cefexperiments
Damian Minkov 12 years ago
parent 15f4012840
commit b8cf26261f

@ -2236,7 +2236,7 @@ public void connectionClosed()
public void connectionClosedOnError(Exception exception)
{
logger.error("connectionClosedOnError " +
exception.getLocalizedMessage());
exception.getLocalizedMessage(), exception);
if(exception instanceof XMPPException)
{

Loading…
Cancel
Save