test
This commit is contained in:
parent
38c526777d
commit
b978832cea
@ -80,7 +80,7 @@ func SQLIdentifyMsgWorker(id int, objIds <-chan int64) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
if i == len(msgParsingRules) {
|
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 {
|
} else {
|
||||||
r := msgParsingRules[i].re
|
r := msgParsingRules[i].re
|
||||||
switch msgParsingRules[i].MsgTypeID {
|
switch msgParsingRules[i].MsgTypeID {
|
||||||
|
Loading…
Reference in New Issue
Block a user