change warn log to debug

This commit is contained in:
hebo
2019-09-27 16:52:20 +08:00
parent b79e9f6867
commit 6b87d5bf06

View File

@@ -181,7 +181,7 @@ func (ms *MysqlSession) readFromClient(seqID int64, bytes []byte) {
}
if ms.beginSeqID == -1 {
log.Warnf("cover range is empty")
log.Debug("cover range is empty")
return
}