This commit is contained in:
shoopea 2019-05-08 18:34:51 +08:00
parent d0a5fc5129
commit 459e0ef8ca

View File

@ -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)