提交 37f97516 authored 作者: xuxueli's avatar xuxueli

upgrade version

上级 e0d1b3b1
......@@ -98,8 +98,8 @@ public class XxlJobRemotingUtil {
}
return returnT;
} catch (Exception e) {
logger.error("xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url);
return new ReturnT<String>(ReturnT.FAIL_CODE, "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 (url="+url+") response content invalid("+ resultJson +").");
}
} catch (Exception e) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论