로그 추가

This commit is contained in:
2023-10-13 18:11:48 +09:00
parent dd37659089
commit 708f9d6caf

View File

@ -163,7 +163,8 @@ func (gc *groupChat) EnterPublicChannel(ctx wshandler.ApiCallContext) {
Tag: []string{"ChattingChannelProperties"}, Tag: []string{"ChattingChannelProperties"},
}) })
} else { } else {
logger.Println("JSONArrAppend failed :", chanid, err) logger.Println("JSONSet $.members failed :", chanid, err)
logger.Println(gc.rh.JSONGet(chanid, "$"))
} }
} else { } else {
// 풀방 // 풀방