diff --git a/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java b/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java index 419535675..55146d1fe 100644 --- a/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java +++ b/ControlPlatform/driver-layer/drivers/huawei/src/main/java/com/cmcc/cmhi/huawei/impl/HuaweiNetconfSpeaker.java @@ -106,7 +106,9 @@ public class HuaweiNetconfSpeaker implements DataTreeChangeListener { + disConnectDevice(d.getId().getValue()); + }); + } } } @@ -302,6 +308,7 @@ public class HuaweiNetconfSpeaker implements DataTreeChangeListener iid = InstanceIdentifier.create(Devm.class).child(CpuInfos.class); Optional cupInfos; + LOG.info("开始向华为设备获取cpu信息!"); try { // Read from a transaction is asynchronous, but a simple // get/checkedGet makes the call synchronous