From ffba8651332ff8a797704740ef9e7eeb1565015d Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Mon, 19 Sep 2022 14:03:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=BD=91=E5=85=B3=E5=88=86?= =?UTF-8?q?=E5=8F=91=E5=BC=82=E5=B8=B8=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gateway/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gateway/agent.go b/modules/gateway/agent.go index c6b90475c..38cd4c2a3 100644 --- a/modules/gateway/agent.go +++ b/modules/gateway/agent.go @@ -257,7 +257,7 @@ func (this *Agent) messageDistribution(msg *pb.UserMessage) (err error) { servicePath = rule } } else { - this.gateway.Error("messageDistribution rule is empty!") + this.gateway.Errorf("messageDistribution mtype:%s stype:%s rule:%s is empty!", req.MainType, req.SubType, rule) return } } else {