@@ -331,7 +331,7 @@ bool CSATDevices::IsDevicesOffline(SATDEV::STDevice &stDevice, std::vector<SATDE
if ( !bFound )
stDevice.nStatus = SATDEV::Dropline;
- GLOBAL::WriteTextLog("离线->设备类型:%d, 设备名称:%s, 状态:%d", stDevice.nType, stDevice.strName.c_str(), stDevice.nStatus);
+ //GLOBAL::WriteTextLog("离线->设备类型:%d, 设备名称:%s, 状态:%d", stDevice.nType, stDevice.strName.c_str(), stDevice.nStatus);
} else {
// 若重新连接,重置离线时间;
if ( stDevice.ulOfflineTime ) {