From 2b4e932c6ebf764d524b8982893c1684c4d7c361 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 28 Jul 2022 11:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=AF=86=E9=92=A5=E6=97=A0?= =?UTF-8?q?=E6=95=88=E7=9A=84=E9=94=99=E8=AF=AF=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gateway/agent.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gateway/agent.go b/modules/gateway/agent.go index 157ad1a4c..4400e4d5d 100644 --- a/modules/gateway/agent.go +++ b/modules/gateway/agent.go @@ -82,6 +82,7 @@ locp: break locp } } else { + this.gateway.Errorf("agent:%s uId:%s 秘钥无效 err:%v", this.sessionId, this.uId, err) data, _ := anypb.New(&pb.NotifyErrorNotifyPush{ReqMainType: msg.MainType, ReqSubType: msg.SubType, Code: pb.ErrorCode_SecKeyInvalid, Message: err.Error()}) if err = this.WriteMsg(&pb.UserMessage{ MainType: comm.MainTypeNotify,