From 8dea97d95690b0a86ecef066c7238be9379e0490 Mon Sep 17 00:00:00 2001 From: mountain Date: Mon, 16 Oct 2023 10:02:35 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A1=9C=EA=B7=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/group_chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/group_chat.go b/core/group_chat.go index e50abd2..094b061 100644 --- a/core/group_chat.go +++ b/core/group_chat.go @@ -163,7 +163,7 @@ func (gc *groupChat) EnterPublicChannel(ctx wshandler.ApiCallContext) { Tag: []string{"ChattingChannelProperties"}, }) } else { - logger.Println("JSONSet $.members failed :", chanid, err) + logger.Println("JSONSet $.members failed :", chanid, *ctx.CallBy, err) logger.Println(gc.rh.JSONGet(chanid, "$")) } } else {