This commit is contained in:
54liuyao 2024-06-17 11:24:30 +08:00
parent 2298b4eae8
commit 4474788e36
1 changed files with 1 additions and 1 deletions

View File

@ -591,7 +591,7 @@ int32_t sessionWinStateGetKVByCur(SStreamStateCur* pCur, SSessionKey* pKey, void
}
int32_t sessionWinStateMoveToNext(SStreamStateCur* pCur) {
qDebug("move cursor to next");
qTrace("move cursor to next");
if (pCur && pCur->buffIndex >= 0) {
pCur->buffIndex++;
} else {