This commit is contained in:
aozhiwei 2024-08-28 15:18:47 +08:00
parent b85c6026ca
commit 4781e964d3
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ public:
virtual void OnConnect() override
{
f8::UdpLog::Instance()->Warning("OnConnect socket_handle:%d", {socket_handle});
f8::UdpLog::Instance()->Info("OnConnect socket_handle:%d", {socket_handle});
}
virtual void OnRawHttpGet(const std::string& url, const std::string& querystr,

View File

@ -87,7 +87,7 @@ void RoomMgr::_CMJoin(f8::MsgHdr* hdr, const cs::CMJoin& msg)
auto member = GetCustomMemberBySocket(hdr->socket_handle);
if (member) {
#if 1
f8::UdpLog::Instance()->Warning("JoinError socket_not_exits socket_handle%d socket_hash_.size:%d",
f8::UdpLog::Instance()->Warning("JoinError socket_not_exits socket_handle:%d socket_hash_.size:%d",
{
hdr->socket_handle,
socket_hash_.size()