Przeglądaj źródła

upgrade version

xuxueli 5 lat temu
rodzic
commit
37f9751652

+ 2 - 2
xxl-job-core/src/main/java/com/xxl/job/core/util/XxlJobRemotingUtil.java Wyświetl plik

98
                 }
98
                 }
99
                 return returnT;
99
                 return returnT;
100
             } catch (Exception e) {
100
             } catch (Exception e) {
101
-                logger.error("xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url);
102
-                return new ReturnT<String>(ReturnT.FAIL_CODE, "xxl-rpc remoting response content invalid("+ resultJson +"), for url : " + url);
101
+                logger.error("xxl-rpc remoting (url="+url+") response content invalid("+ resultJson +").", e);
102
+                return new ReturnT<String>(ReturnT.FAIL_CODE, "xxl-rpc remoting (url="+url+") response content invalid("+ resultJson +").");
103
             }
103
             }
104
 
104
 
105
         } catch (Exception e) {
105
         } catch (Exception e) {