upgrade version

2.1.2
xuxueli 5 years ago
parent e0d1b3b16a
commit 37f9751652

@ -98,8 +98,8 @@ public class XxlJobRemotingUtil {
} }
return returnT; return returnT;
} catch (Exception e) { } catch (Exception e) {
logger.error("xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url); logger.error("xxl-rpc remoting (url="+url+") response content invalid("+ resultJson +").", e);
return new ReturnT<String>(ReturnT.FAIL_CODE, "xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url); return new ReturnT<String>(ReturnT.FAIL_CODE, "xxl-rpc remoting (url="+url+") response content invalid("+ resultJson +").");
} }
} catch (Exception e) { } catch (Exception e) {

Loading…
Cancel
Save