This commit is contained in:
shoopea 2019-05-09 17:37:35 +08:00
parent 04d07cc7f4
commit 89973bdd41

View File

@ -116,7 +116,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
t, _ := fromChatWarsDate(r.ReplaceAllString(m.Text, "${End}"))
cwm.End = t.Unix()
err = insertMsgAuctionAnnounce(&cwm)
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : AuctionAnnounce (%d)", objId)
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : AuctionAnnounce ("+strconv.Itoa(objId)+")")
case objSubTypeMessageTime:
/*
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Time (%d)\n", objId)