fix:add tools to get tmq offset

This commit is contained in:
wangmm0220 2023-04-07 17:10:57 +08:00
parent 5f700d59bd
commit 9bb921d5a8
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ int32_t tqOffsetRestoreFromFile(const char* fname) {
}
tDecoderClear(&decoder);
printf("subkey:%s, type:%d, uid/version:%lld, ts:%"PRId64"\n",
printf("subkey:%s, type:%d, uid/version:%"PRId64", ts:%"PRId64"\n",
offset.subKey, offset.val.type, offset.val.uid, offset.val.ts);
taosMemoryFree(memBuf);
}