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