Skip to content

Commit 588084a

Browse files
committed
fixed:The problem is crashed when exiting the program at sometime
1 parent a68cc36 commit 588084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Source/XEngine_StorageApp/XEngine_StorageApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ int main(int argc, char** argv)
423423

424424
XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _T("所有服务成功启动,存储中心服务运行中,发行版本次数:%d,XEngine版本:%s 当前运行版本:%s。。。"), st_ServiceCfg.st_XVer.pStl_ListStorage->size(), BaseLib_OperatorVer_XGetStr(), st_ServiceCfg.st_XVer.pStl_ListStorage->front().c_str());
425425

426-
while (bIsRun)
426+
while (TRUE)
427427
{
428428
std::this_thread::sleep_for(std::chrono::seconds(1));
429429
}

0 commit comments

Comments
 (0)