test
This commit is contained in:
parent
9ebce259e0
commit
04d07cc7f4
@ -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")
|
||||
logOnError(err, "SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : AuctionAnnounce (%d)", objId)
|
||||
case objSubTypeMessageTime:
|
||||
/*
|
||||
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Time (%d)\n", objId)
|
||||
|
Loading…
Reference in New Issue
Block a user