test
This commit is contained in:
parent
5ae0eb6bea
commit
c620359792
@ -124,7 +124,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
|||||||
}
|
}
|
||||||
cwm.Report[r.ReplaceAllString(m.Text, "${Loot2}")] = rep
|
cwm.Report[r.ReplaceAllString(m.Text, "${Loot2}")] = rep
|
||||||
b, err := json.Marshal(cwm)
|
b, err := json.Marshal(cwm)
|
||||||
if len(string(b)) < 50 {
|
if len(string(b)) < 80 {
|
||||||
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] :\n%s\n", m.Text)
|
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] :\n%s\n", m.Text)
|
||||||
} else {
|
} else {
|
||||||
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : objSubTypeMessageMiniWar\n%s\n", string(b))
|
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : objSubTypeMessageMiniWar\n%s\n", string(b))
|
||||||
|
Loading…
Reference in New Issue
Block a user