This commit is contained in:
shoopea 2019-05-13 10:14:18 +08:00
parent 38c526777d
commit b978832cea

View File

@ -80,7 +80,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
}
if i == len(msgParsingRules) {
log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Can't find message type in rules(%d)\n%s\n", objId, m.Text)
//log.Printf("SQLIdentifyMsgWorker["+strconv.Itoa(id)+"] : Can't find message type in rules(%d)\n%s\n", objId, m.Text)
} else {
r := msgParsingRules[i].re
switch msgParsingRules[i].MsgTypeID {