Ver código fonte

#IQRV #comment [UpgradeManage] 更新升级管理升级状态告警等级

gifur 4 anos atrás
pai
commit
40123970aa
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Module/mod_UpgradeMgr/UpgradeMgrFSM.cpp

+ 2 - 2
Module/mod_UpgradeMgr/UpgradeMgrFSM.cpp

@@ -2383,9 +2383,9 @@ void CUpgradeMgrFSM::sendUpgradeProgress(CUpgradeProcess &process)
 	string upgradeStr = fw.write(root);
 
 	if(!upgradeStr.empty()){
-		LogWarn(Severity_High,Error_Succeed,LOG_WRAN_UPGRADE_PROGRESS,upgradeStr.c_str());
+		LogWarn(Severity_Middle,Error_Succeed,LOG_WRAN_UPGRADE_PROGRESS,upgradeStr.c_str());
 	}else{
-		LogError(Severity_High,Error_Unexpect,ERR_WRAN_UPGRADE_PROGRESS,"获取升级过程信息错误");
+		LogError(Severity_Middle,Error_Unexpect,ERR_WRAN_UPGRADE_PROGRESS,"获取升级过程信息错误");
 	}
 	
 }