添加日志
This commit is contained in:
parent
f94c2f2feb
commit
dbcc74431c
@ -151,6 +151,11 @@ GSNode* GSMgr::AllocNode()
|
|||||||
}
|
}
|
||||||
--idx;
|
--idx;
|
||||||
}
|
}
|
||||||
|
a8::UdpLog::Instance()->Warning("节点分配失败 node_sorted_list.size:%d node_list.size:%d",
|
||||||
|
{
|
||||||
|
node_sorted_list_.size(),
|
||||||
|
node_key_hash_.size()
|
||||||
|
});
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user