upgrade version

This commit is contained in:
xuxueli 2019-11-22 19:35:03 +08:00
parent 393cb75933
commit e0d1b3b16a
1 changed files with 1 additions and 1 deletions

View File

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