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; --idx;
} }
} }
a8::UdpLog::Instance()->Warning("节点分配失败 node_sorted_list.size:%d node_list.size:%d", a8::UdpLog::Instance()->Warning
{ (
node_sorted_list_.size(), "节点分配失败 node_sorted_list.size:%d node_list.size:%d",
node_key_hash_.size() {
}); node_sorted_list_.size(),
node_key_hash_.size()
});
return nullptr; return nullptr;
} }