upd
This commit is contained in:
parent
d0a5fc5129
commit
459e0ef8ca
@ -81,8 +81,9 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
||||
|
||||
}
|
||||
if i == len(msgParsingRules) {
|
||||
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Can't find message type (%d)\n", objId)
|
||||
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Can't find message type in rules(%d)\n", objId)
|
||||
} else {
|
||||
r := msgParsingRules[i].re
|
||||
switch msgParsingRules[i].MsgTypeID {
|
||||
case objSubTypeMessageReport:
|
||||
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : War report identified (%d)\n", objId)
|
||||
|
Loading…
Reference in New Issue
Block a user