fix: error log

This commit is contained in:
Hongze Cheng 2024-08-26 19:20:30 +08:00
parent b60e2ed8ca
commit 5b68cc1dd3
1 changed files with 1 additions and 1 deletions

View File

@ -1320,7 +1320,7 @@ static bool doCheckDatablockOverlap(STableBlockScanInfo* pBlockScanInfo, const S
} }
} else { // it must be the last point } else { // it must be the last point
if (!(p->version == 0)) { if (!(p->version == 0)) {
tsdbError("unexpected version:%d", p->version); tsdbError("unexpected version:%" PRId64, p->version);
} }
} }
} }