fix: change log level to trace on missing entries in syncRespMgr

This commit is contained in:
Benguang Zhao 2022-12-22 14:42:55 +08:00
parent 8d7129ac5d
commit 738c233a22
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ int32_t syncRespMgrGetAndDel(SSyncRespMgr *pObj, uint64_t seq, SRpcHandleInfo *p
taosThreadMutexUnlock(&pObj->mutex);
return 1; // get one object
} else {
sNError(pObj->data, "get-and-del message handle, no object of seq:%" PRIu64, seq);
sNTrace(pObj->data, "get-and-del message handle, no object of seq:%" PRIu64, seq);
}
taosThreadMutexUnlock(&pObj->mutex);