From 6b887758488dd78390bfac7a5fa62cd754e67164 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 31 May 2023 19:06:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9F=8B=E7=82=B9=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/buried/module.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/buried/module.go b/modules/buried/module.go index 29b5d0e7b..9f9c521ec 100644 --- a/modules/buried/module.go +++ b/modules/buried/module.go @@ -265,7 +265,7 @@ func (this *Buried) trigger(uid string, burieds ...*pb.BuriedParam) { pass[buried] = make([]*cfg.GameBuriedCondiData, 0) } pass[buried] = append(pass[buried], cond) - log.Debug("校验通过埋点条件!", log.Field{Key: "埋点id", Value: buried.TaskType}, log.Field{Key: "条件id", Value: cond.Id}) + this.Debug("校验通过埋点条件!", log.Field{Key: "埋点id", Value: buried.TaskType}, log.Field{Key: "条件id", Value: cond.Id}) } } }