Show how much credits earned in text and oneLine mode
This commit is contained in:
committed by
Laurent Clouet
parent
4bbea8a59d
commit
37155966ad
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user