Skip to content

Commit c0fcfd3

Browse files
committed
rename inotify, fix error->debug in msghandler.go
1 parent 21d512a commit c0fcfd3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

znet/msghandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func (mh *MsgHandle) SendMsgToTaskQueue(request ziface.IRequest) {
6262
//zlog.Ins().DebugF("Add ConnID=%d request msgID=%d to workerID=%d", request.GetConnection().GetConnID(), request.GetMsgID(), workerID)
6363
//将请求消息发送给任务队列
6464
mh.TaskQueue[workerID] <- request
65-
zlog.Ins().ErrorF("SendMsgToTaskQueue-->%s", hex.EncodeToString(request.GetData()))
65+
zlog.Ins().DebugF("SendMsgToTaskQueue-->%s", hex.EncodeToString(request.GetData()))
6666
}
6767

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

0 commit comments

Comments
 (0)