From f2ba62ab0da42fc53c467ef84dd178b03dc632cd Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 2 Nov 2022 10:17:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=A3=85=E5=A4=87=E7=AD=89?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/horoscope/configure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/horoscope/configure.go b/modules/horoscope/configure.go index ebc7bdbd9..e9e4eaa23 100644 --- a/modules/horoscope/configure.go +++ b/modules/horoscope/configure.go @@ -73,7 +73,7 @@ func (this *configureComp) getHeroConfig(id string) (result *cfg.GameHeroData, e this.module.Errorln(err) } else { if result, ok = v.(*cfg.GameHero).GetDataMap()[id]; !ok { - err = fmt.Errorf("on found getHeroConfig:%d", id) + err = fmt.Errorf("on found getHeroConfig:%s", id) this.module.Errorln(err) } }