fix(stream): fix syntax error.

This commit is contained in:
Haojun Liao 2024-07-18 13:26:14 +08:00
parent 5d797ce7fd
commit 3277496f84
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ void streamMetaHbToMnode(void* param, void* tmrId) {
if (code == TSDB_CODE_SUCCESS) {
stDebug("vgId:%d jump out of meta timer", pMeta->vgId);
} else {
stError("vgId:%d jump out of meta timer, failed to release the meta rid:%d", pMeta->vgId, rid);
stError("vgId:%d jump out of meta timer, failed to release the meta rid:%" PRId64, pMeta->vgId, rid);
}
return;
}