Commit f169f30f by huangfu

解决DDMP 重复web全局引用BUG

parent 2206b670
...@@ -264,7 +264,7 @@ public class JobUtils { ...@@ -264,7 +264,7 @@ public class JobUtils {
} }
requestPostServer(requestUrl,body,token,retryTotalCount,++thisRetryCount); requestPostServer(requestUrl,body,token,retryTotalCount,++thisRetryCount);
} }
log.error("----与主机【{}】建立通道,总共【{}】次,全部失败",retryTotalCount, retryTotalCount); log.error("----与主机【{}{}】建立通道,总共【{}】次,全部失败",REQUEST_URL ,requestUrl, retryTotalCount);
} }
return null; return null;
} }
......
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 to comment