fix(stream):update some logs.
This commit is contained in:
parent
8144df956a
commit
e00e83b398
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue