test
This commit is contained in:
parent
dc646aad15
commit
2853a572e4
3
job.go
3
job.go
@ -357,6 +357,9 @@ func jobMsgClient(j Job) {
|
||||
err = json.Unmarshal(j.Payload, &p)
|
||||
logOnError(err, "jobMsgClient : Unmarshal payload")
|
||||
|
||||
log.Printf("jobMsgClient : Msg : %s\n", p.Msg)
|
||||
log.Printf("jobMsgClient : UserID64 : %d\n", j.UserID64)
|
||||
|
||||
if err != nil {
|
||||
clientSendCWMsg(j.UserID64, p.Msg)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user