back_recharge
parent
821e459337
commit
820a0d710c
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue