change warn log to debug
This commit is contained in:
parent
b79e9f6867
commit
6b87d5bf06
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue