back_recharge
jiahuiwen 2021-11-08 10:49:50 +08:00
parent 821e459337
commit 820a0d710c
1 changed files with 1 additions and 1 deletions

View File

@ -988,7 +988,7 @@ public class PlayerLogic {
rPCClient = ClientAdapterPo.getClientAdapterPo(sb.toString());
crossArenaManager = rPCClient.getClient().getHeroManagerInfo(uid);
}catch (Exception e) {
LOGGER.error("callback=>", e);
LOGGER.error("callback=>{}", e);
} finally {
if(rPCClient != null){
rPCClient.returnObject(sb.toString());