로그 추가

This commit is contained in:
2023-10-16 10:02:35 +09:00
parent 708f9d6caf
commit 8dea97d956

View File

@ -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 {