From 8cee759b62e86041d8342d490d4c5d26125697e0 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 28 Jul 2022 14:30:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=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 1aefd90bc..7fdbc165c 100644 --- a/modules/gateway/agent.go +++ b/modules/gateway/agent.go @@ -83,6 +83,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: code, Message: err.Error()}) if err = this.WriteMsg(&pb.UserMessage{ MainType: comm.MainTypeNotify,