Skip to content

Commit

Permalink
rename inotify, fix error->debug in msghandler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aceld committed Mar 14, 2023
1 parent 21d512a commit c0fcfd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion znet/msghandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (mh *MsgHandle) SendMsgToTaskQueue(request ziface.IRequest) {
//zlog.Ins().DebugF("Add ConnID=%d request msgID=%d to workerID=%d", request.GetConnection().GetConnID(), request.GetMsgID(), workerID)
//将请求消息发送给任务队列
mh.TaskQueue[workerID] <- request
zlog.Ins().ErrorF("SendMsgToTaskQueue-->%s", hex.EncodeToString(request.GetData()))
zlog.Ins().DebugF("SendMsgToTaskQueue-->%s", hex.EncodeToString(request.GetData()))
}

// DoMsgHandler 马上以非阻塞方式处理消息
Expand Down

0 comments on commit c0fcfd3

Please sign in to comment.