로그 추가
This commit is contained in:
@ -163,7 +163,8 @@ func (gc *groupChat) EnterPublicChannel(ctx wshandler.ApiCallContext) {
|
||||
Tag: []string{"ChattingChannelProperties"},
|
||||
})
|
||||
} else {
|
||||
logger.Println("JSONArrAppend failed :", chanid, err)
|
||||
logger.Println("JSONSet $.members failed :", chanid, err)
|
||||
logger.Println(gc.rh.JSONGet(chanid, "$"))
|
||||
}
|
||||
} else {
|
||||
// 풀방
|
||||
|
||||
Reference in New Issue
Block a user