增加调试日志
This commit is contained in:
parent
6cbbcbc8e1
commit
d1281dfa53
@ -130,7 +130,6 @@ public class OperationService {
|
|||||||
.build();
|
.build();
|
||||||
terminalMessageEventHandler.sendTerminalMessageWithResult(activeNodeId, configUpdate);
|
terminalMessageEventHandler.sendTerminalMessageWithResult(activeNodeId, configUpdate);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("设备控制失败 ", e);
|
|
||||||
throw new ServiceException("设备控制失败 "+ e);
|
throw new ServiceException("设备控制失败 "+ e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user