DELL
2024-04-24 1e0bb3906e855ca97e0bb1c3c3ac8a1904fb20e9
修改日志打印级别,打印连接成功日志
1个文件已修改
2 ■■■ 已修改文件
IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
IEC61850_ForPowerSupply_ForNW/src/com/power/comm/Power_61850_SocketClient.java
@@ -136,7 +136,6 @@
                continue;
            }
            
            logger.debug("Successfully connected to ied server " + pwrDev_rtData.PowerDevDeviceIp + " " + pwrDev_rtData.PowerDevProtocolName);
            logger.debug("IP:" + pwrDev_rtData.PowerDevDeviceIp + " - PowerDev_IEC61850_Client retrieving model...");
            
            //------------------------------------------------------------
@@ -151,6 +150,7 @@
                logger.error(e.toString(), e);
                continue;
            }
            logger.info("Successfully connected to ied server " + pwrDev_rtData.PowerDevDeviceIp + " " + pwrDev_rtData.PowerDevProtocolName);
            /******/
            
            resetErrCommCount("Start....");