打印日志

This commit is contained in:
Guoqs
2024-09-09 14:06:29 +08:00
parent 1a24a4c13e
commit 209354e5ac

View File

@@ -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);
}
}