From 8f35b60e5cdf50a14e437e30f221539cf0aeb79b Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Thu, 26 Dec 2024 14:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=B8=AAbug=E8=B2=8C=E4=BC=BC?= =?UTF-8?q?=E5=B7=B2=E7=BB=8F=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.go b/core.go index 21311d4..158a5a7 100644 --- a/core.go +++ b/core.go @@ -598,7 +598,7 @@ func (cr *Core) AddToGeneralCandleChnl(candle *Candle, channels []string) { if err != nil { logrus.Error("candle marshal err: ", err) } - logrus.Debug("ab: ", string(ab)) + logrus.Debug("AddToGeneralCandleChnl: ", string(ab), " channels: ", channels) for _, v := range channels { suffix := "" env := os.Getenv("GO_ENV")