Skip to content

Commit

Permalink
fixed:crashed when exist
Browse files Browse the repository at this point in the history
  • Loading branch information
xengine-qyt committed Sep 27, 2024
1 parent 2b836c3 commit 9e1fd84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ int main(int argc, char** argv)

XLOG_PRINT(xhLog, XENGINE_HELPCOMPONENTS_XLOG_IN_LOGLEVEL_INFO, _X("所有服务成功启动,网络验证服务运行中,XEngien版本:%s%s,发行版本次数:%d,当前运行版本:%s。。。"), BaseLib_OperatorVer_XNumberStr(), BaseLib_OperatorVer_XTypeStr(), st_AuthConfig.st_XVer.pStl_ListVer->size(), st_AuthConfig.st_XVer.pStl_ListVer->front().c_str());

while (bIsRun)
while (true)
{
if (bIsTest)
{
Expand Down

0 comments on commit 9e1fd84

Please sign in to comment.