mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-17 21:59:52 +08:00
打印日志
This commit is contained in:
@@ -212,9 +212,9 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
|
|||||||
if(rpcResponse == null) {
|
if(rpcResponse == null) {
|
||||||
if(syncPromise.isTimeout()) {
|
if(syncPromise.isTimeout()) {
|
||||||
// throw new TimeoutException("等待响应结果超时");
|
// throw new TimeoutException("等待响应结果超时");
|
||||||
log.error("等待响应结果超时");
|
log.error("发送[{}]指令后, 等待响应结果超时", value);
|
||||||
} else{
|
} else{
|
||||||
// throw new Exception("其他异常");
|
log.error("发送[{}]指令后, 发生其他异常", value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user