Browse Source

#IQRC #comment: 调整告警信息

陈纪林80310970 4 tháng trước cách đây
mục cha
commit
5cfc707d65
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Module/mod_vtmloader/VtmLoaderFSM.cpp

+ 1 - 1
Module/mod_vtmloader/VtmLoaderFSM.cpp

@@ -3057,7 +3057,7 @@ DWORD CVtmLoaderFSM::GetCenterCfgThread()
 	if (ret != ErrorCodeEnum::Error_Succeed)
 	{
 		LogWarn(Severity_High, Error_Unexpect, VtmLoader_CenterSettingConnectFailed,
-			CSimpleStringA::Format("下载集中配置失败:%d", ret));
+			CSimpleStringA::Format("下载集中配置失败:%s", SpStrError(ret)));
 		DbgWithLink(LOG_LEVEL_WARN, LOG_TYPE_USER).setLogCode("QLR0402101Z01").setResultCode("RTA1104")("集中配置下载失败");
 		return -1;
 	}