From fdad8c0b8289887e199f443b2b9ff98c6cc4d20d Mon Sep 17 00:00:00 2001 From: shoopea Date: Thu, 9 May 2019 17:32:34 +0800 Subject: [PATCH] test --- workers.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workers.go b/workers.go index e740e49..8d02510 100644 --- a/workers.go +++ b/workers.go @@ -115,7 +115,8 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) { cwm.Status = r.ReplaceAllString(m.Text, "${Status}") t, _ := fromChatWarsDate(r.ReplaceAllString(m.Text, "${End}")) cwm.End = t.Unix() - insertMsgAuctionAnnounce(&cwm) + err = insertMsgAuctionAnnounce(&cwm) + logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : AuctionAnnounce") case objSubTypeMessageTime: /* log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Time (%d)\n", objId)