From a2441cdc20740797e4299733f519a7de2d2e231a Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Wed, 11 Jun 2025 13:32:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A0=E6=B3=95=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E8=B6=85=E7=BA=A7token=E6=97=B6=E7=9A=84=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/shellService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/shellService.go b/service/shellService.go index fd5cb70..9818bc6 100644 --- a/service/shellService.go +++ b/service/shellService.go @@ -94,7 +94,7 @@ func GetShellWillRunFromMaster(server string) ([]dao.Shell, error) { req.Server = server superPermissions := worker.GetRedisSetMembers("super_permission_tokens") if len(superPermissions) == 0 { - log.Println("no super permission tokens found, please check the configuration or redis") + log.Println("get shell will run from master error: no super permission tokens found, please check the configuration or redis!") return nil, errors.New("no super permission tokens found") } req.Token = superPermissions[0]