mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-09-18 17:56:52 +08:00
change warn log to debug
This commit is contained in:
@@ -181,7 +181,7 @@ func (ms *MysqlSession) readFromClient(seqID int64, bytes []byte) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ms.beginSeqID == -1 {
|
if ms.beginSeqID == -1 {
|
||||||
log.Warnf("cover range is empty")
|
log.Debug("cover range is empty")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user