This commit is contained in:
aozhiwei 2020-07-04 21:29:15 +08:00
parent 61cc416356
commit 7f9f34e67f

View File

@ -201,11 +201,13 @@ SvrNode* SvrMgr::AllocNode(const std::string& account_id)
--idx;
}
}
a8::UdpLog::Instance()->Warning("节点分配失败 node_sorted_list.size:%d node_list.size:%d",
{
node_sorted_list_.size(),
node_key_hash_.size()
});
a8::UdpLog::Instance()->Warning
(
"节点分配失败 node_sorted_list.size:%d node_list.size:%d",
{
node_sorted_list_.size(),
node_key_hash_.size()
});
return nullptr;
}