添加日志

This commit is contained in:
aozhiwei 2019-08-13 14:26:23 +08:00
parent f94c2f2feb
commit dbcc74431c

View File

@ -151,6 +151,11 @@ GSNode* GSMgr::AllocNode()
}
--idx;
}
a8::UdpLog::Instance()->Warning("节点分配失败 node_sorted_list.size:%d node_list.size:%d",
{
node_sorted_list_.size(),
node_key_hash_.size()
});
return nullptr;
}