From 4c74af43be8dbeca5f858d222508ee5924dcaac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B3=8A=E6=98=8E518370910136?= Date: Wed, 9 Oct 2024 02:03:49 +0800 Subject: [PATCH] fix(cmd/joj3): typo --- cmd/joj3/teapot/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/joj3/teapot/main.go b/cmd/joj3/teapot/main.go index 6068545..67ff1c4 100644 --- a/cmd/joj3/teapot/main.go +++ b/cmd/joj3/teapot/main.go @@ -53,7 +53,7 @@ func Run(conf conf.Conf) error { if line == "" { continue } - slog.Info("joint-teapot joj3-scoreboard", "output", line) + slog.Info("joint-teapot joj3-failed-table", "output", line) } if err != nil { slog.Error("joint-teapot joj3-failed-table", "err", err) @@ -67,7 +67,7 @@ func Run(conf conf.Conf) error { if line == "" { continue } - slog.Info("joint-teapot joj3-scoreboard", "output", line) + slog.Info("joint-teapot joj3-create-result-issue", "output", line) } if err != nil { slog.Error("joint-teapot joj3-create-result-issue", "err", err)