Show how much credits earned in text and oneLine mode

This commit is contained in:
Timo Schwarzer
2016-01-27 13:59:35 +01:00
committed by Laurent Clouet
parent 4bbea8a59d
commit 37155966ad
3 changed files with 6 additions and 5 deletions

View File

@@ -796,9 +796,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
return new String(ret);
}
catch (Exception e) {
System.err.println("Server::getCreditEarnedOnCurrentSession exception " + e);
e.printStackTrace();
this.log.error("Server::getCreditEarnedOnCurrentSession exception " + e);
}
return null;
}