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