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