fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-07-18 13:24:45 +08:00
parent fd3a06586b
commit 5d797ce7fd
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ void streamMetaHbToMnode(void* param, void* tmrId) {
if (code == TSDB_CODE_SUCCESS) {
stInfo("vgId:%d role:%d not leader not send hb to mnode", pMeta->vgId, pMeta->role);
} else {
stError("vgId:%d role:%d not leader not send hb to mnodefailed to release the meta rid:%d", pMeta->vgId,
stError("vgId:%d role:%d not leader not send hb to mnodefailed to release the meta rid:%" PRId64, pMeta->vgId,
pMeta->role, rid);
}