From c6203597929756d11e92cec9f017b3d9709eb839 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 11 May 2019 19:31:59 +0800 Subject: [PATCH] test --- workers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers.go b/workers.go index ae8ca35..c830725 100644 --- a/workers.go +++ b/workers.go @@ -124,7 +124,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) { } cwm.Report[r.ReplaceAllString(m.Text, "${Loot2}")] = rep 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) } else { log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : objSubTypeMessageMiniWar\n%s\n", string(b))