fix:add tools to get tmq offset

This commit is contained in:
wangmm0220 2023-04-07 17:10:00 +08:00
parent dd22347992
commit 5f700d59bd
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:%lld\n",
printf("subkey:%s, type:%d, uid/version:%lld, ts:%"PRId64"\n",
offset.subKey, offset.val.type, offset.val.uid, offset.val.ts);
taosMemoryFree(memBuf);
}