增加调试日志
This commit is contained in:
parent
20ecefbdd6
commit
cab358a330
@ -42,6 +42,7 @@ public class ManualOperatorController {
|
||||
String deviceId = String.valueOf(cmdInfo.getDeviceId());
|
||||
try {
|
||||
optService.executeOperation(request, cmdInfo);
|
||||
log.info("设备[{}]遥控成功", deviceId);
|
||||
}
|
||||
catch (Exception ex){
|
||||
log.error("设备遥控失败", ex);
|
||||
|
Loading…
Reference in New Issue
Block a user