fix(stream):update some logs.

This commit is contained in:
Haojun Liao 2024-07-01 13:37:40 +08:00
parent 8144df956a
commit e00e83b398
1 changed files with 1 additions and 2 deletions

View File

@ -142,8 +142,7 @@ int32_t setNodeEpsetExpiredFlag(const SArray *pNodeList) {
}
if (!setFlag) {
mError("failed to set nodeUpdate flag, nodeId:%d not exists in nodelist, update it", *pVgId);
ASSERT(0);
mError("failed to set nodeUpdate flag, nodeId:%d not exists in nodelist", *pVgId);
return TSDB_CODE_FAILED;
}
}