Lines Matching refs:MTLOG_ERROR
80 MTLOG_ERROR("socket create failed, errno %d(%s)", errno, strerror(errno)); in CreateSocket()
87 MTLOG_ERROR("socket unblock failed, errno %d(%s)", errno, strerror(errno)); in CreateSocket()
98 … MTLOG_ERROR("socket bind(%s:%d) failed, errno %d(%s)", inet_ntoa(_local_addr.sin_addr), in CreateSocket()
139 MTLOG_ERROR("Get memory failed, size %d, wait next time", this->GetMsgBuffSize()); in InputNotify()
160 MTLOG_ERROR("recv error, fd %d", osfd); in InputNotify()
180 MTLOG_ERROR("recv get session failed, len %d, fd %d, drop it", in InputNotify()
201 MTLOG_ERROR("sesson obj %p, no thread ptr %p, no conn %p wrong", in InputNotify()
237 MTLOG_ERROR("sesson obj %p, recv error event. fd %d", this, this->GetOsfd()); in HangupNotify()
257 MTLOG_ERROR("epfd ref conflict, fd: %d, old: %p, now: %p", osfd, old_obj, this); in KqueueCtlAdd()
263 MTLOG_ERROR("epfd ref add failed, log"); in KqueueCtlAdd()
282 MTLOG_ERROR("epfd ref conflict, fd: %d, old: %p, now: %p", osfd, old_obj, this); in KqueueCtlDel()
288 MTLOG_ERROR("epfd ref del failed, log"); in KqueueCtlDel()
321 MTLOG_ERROR("_keep_conn ptr null, error"); in KeepaliveClose()
356 MTLOG_ERROR("session %d, register %p failed", session_name, session); in RegisterSession()
363 MTLOG_ERROR("session %d, register %p already", session_name, session); in RegisterSession()
411 MTLOG_ERROR("ntfy get session name(%d) failed", session_name); in GetNtfyObj()