From 0a1a935b187998da8824346426931bfbaaa31cc0 Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 18 Jul 2023 14:59:19 +0800 Subject: [PATCH] =?utf8?q?Improve=20=E8=B0=83=E6=95=B4=E9=83=A8=E5=88=86?= =?utf8?q?=E6=97=A5=E5=BF=97=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- F/api.go | 2 +- Reply/Reply.go | 2 +- Reply/stream.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/F/api.go b/F/api.go index 1cf9600..3f5df11 100644 --- a/F/api.go +++ b/F/api.go @@ -2113,7 +2113,7 @@ func (c *GetFunc) Silver_2_coin() (missKey []string) { } if Silver < j.Data.Silver2CoinPrice { - apilog.L(`W: `, `当前银瓜子数量不足`) + apilog.L(`I: `, `当前银瓜子数量不足`) return } } diff --git a/Reply/Reply.go b/Reply/Reply.go index 643c7a4..59981bc 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -97,7 +97,7 @@ type replyF struct{} // 默认未识别Msg func (replyF) defaultMsg(s string) { - msglog.Base_add("Unknow").L(`E: `, s) + msglog.Base_add("Unknow").L(`W: `, s) } // 荣耀等级提示 diff --git a/Reply/stream.go b/Reply/stream.go index cb06944..31ca792 100644 --- a/Reply/stream.go +++ b/Reply/stream.go @@ -1129,7 +1129,7 @@ func (t *M4SStream) Start() bool { // 是否在直播 F.Get(t.common).Get(`Liveing`) if !t.common.Liveing { - t.log.L(`W: `, `未直播`) + t.log.L(`I: `, `未直播`) return false } @@ -1274,7 +1274,7 @@ func (t *M4SStream) Start() bool { // 是否在直播 F.Get(t.common).Get(`Liveing`) if !t.common.Liveing { - t.log.L(`W: `, `未直播`) + t.log.L(`I: `, `未直播`) break } -- 2.39.2