Commit 37f97516 by xuxueli

upgrade version

parent e0d1b3b1
...@@ -98,8 +98,8 @@ public class XxlJobRemotingUtil { ...@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment