fix: error log
This commit is contained in:
parent
b60e2ed8ca
commit
5b68cc1dd3
|
@ -1320,7 +1320,7 @@ static bool doCheckDatablockOverlap(STableBlockScanInfo* pBlockScanInfo, const S
|
|||
}
|
||||
} else { // it must be the last point
|
||||
if (!(p->version == 0)) {
|
||||
tsdbError("unexpected version:%d", p->version);
|
||||
tsdbError("unexpected version:%" PRId64, p->version);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue