fix(stream):update log.

This commit is contained in:
Haojun Liao 2024-08-07 15:54:48 +08:00
parent 1fbb3a63bc
commit 26a770f61e
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ void streamMetaHbToMnode(void* param, void* tmrId) {
streamMetaRLock(pMeta);
code = streamMetaSendHbHelper(pMeta);
if (code) {
stError("vgId:%d failed to send hmMsg to mnode, try again in 5s, code:%s", pMeta->vgId, strerror(code));
stError("vgId:%d failed to send hmMsg to mnode, try again in 5s, code:%s", pMeta->vgId, tstrerror(code));
}
streamMetaRUnLock(pMeta);