This commit is contained in:
shoopea 2019-05-08 19:24:12 +08:00
parent f6b107fce4
commit 4a7e3d966a

1
sql.go
View File

@ -318,6 +318,7 @@ func loadMsgParsingRules() (m map[int]MessageParsingRule, err error) {
i.MsgTypeID = msgTypeID
i.re = regexp.MustCompile(rule)
m[count] = *i
log.Printf("New rule : %s\n", rule)
count++
}