Explorar o código

#IQRV #comment: 告警码错误修复

陈纪林80310970 hai 4 meses
pai
achega
07ba5a53a4

+ 1 - 1
Module/mod_vtmloader/VtmLoaderFSM.cpp

@@ -3067,7 +3067,7 @@ DWORD CVtmLoaderFSM::GetCenterCfgThread()
 		return -1;
 	}
 
-	LogWarn(Severity_Low, Error_Succeed, VtmLoader_CenterSettingConnectFailed,
+	LogWarn(Severity_Low, Error_Succeed, VtmLoader_CenterSettingUpdateSucceed,
 		CSimpleStringA::Format("下载集中配置成功,版本号变更成:%s", version.GetData()));
 
 	if (isReset)

+ 2 - 1
Module/mod_vtmloader/VtmLoader_UserCode.h

@@ -29,4 +29,5 @@ const int VtmLoader_SIPPhoneEntityLoad_Cost = 0x10f0021c;
 const int VtmLoader_DepDirCopyFailed = 0x10f0021d;
 const int VtmLoader_DepDirCopySuc = 0x10f0021e;
 const int VtmLoader_InfoAboutBootCost = 0x10f0021f;
-const int VtmLoader_CenterSettingConnectFailed = 0x10f00220;
+const int VtmLoader_CenterSettingConnectFailed = 0x10f00220;
+const int VtmLoader_CenterSettingUpdateSucceed = 0x10f00221;