Skip to content

Commit 8bfa5bc

Browse files
committed
modify:just release report info
1 parent 2086486 commit 8bfa5bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

XEngine_Source/XEngine_StorageApp/XEngine_StorageApp.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,6 +572,7 @@ int main(int argc, char** argv)
572572
{
573573
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_WARN, _X("启动服务中,转录动作没有启用"));
574574
}
575+
#ifndef _DEBUG
575576
//发送信息报告
576577
if (st_ServiceCfg.st_XReport.bEnable && !bIsTest)
577578
{
@@ -589,7 +590,7 @@ int main(int argc, char** argv)
589590
{
590591
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_WARN, _X("启动服务中,信息报告给API服务器没有启用"));
591592
}
592-
593+
#endif
593594
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _X("所有服务成功启动,存储中心服务运行中,发行版本次数:%d,XEngine版本:%s%s 当前运行版本:%s。。。"), st_ServiceCfg.st_XVer.pStl_ListStorage->size(), BaseLib_Version_XNumberStr(), BaseLib_Version_XTypeStr(), st_ServiceCfg.st_XVer.pStl_ListStorage->front().c_str());
594595

595596
while (true)

0 commit comments

Comments
 (0)