* Scroll Rack - Fixed that the cards were shown face down if setting the order they go to library.

This commit is contained in:
LevelX2 2015-10-31 10:33:37 +01:00
parent 2e49a74aab
commit e88c60eb85
4 changed files with 8 additions and 12 deletions

View file

@ -468,9 +468,7 @@ public class SessionImpl implements Session {
@Override
public void handleConnectionException(Throwable throwable, Client client) {
logger.info("connection to server lost - " + throwable.getMessage());
throwable.printStackTrace();
logger.info("connection to server lost - " + throwable.getMessage(), throwable);
reconnect(throwable);
}
}