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