fix(stream):update log.
This commit is contained in:
parent
1fbb3a63bc
commit
26a770f61e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue