1
This commit is contained in:
parent
61cc416356
commit
7f9f34e67f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user