[TD-1920]fix compile error

This commit is contained in:
lichuang 2021-05-21 09:43:05 +08:00
parent c24a63ecd4
commit e38362c037
1 changed files with 2 additions and 2 deletions

View File

@ -3261,7 +3261,7 @@ static int32_t mnodeCompactSuperTables() {
.rowSize = sizeof(SSTableObj) + schemaSize,
};
mInfo("compact super %ld", pTable->uid);
mInfo("compact super %" PRIu64, pTable->uid);
sdbInsertCompactRow(&row);
}
@ -3287,7 +3287,7 @@ static int32_t mnodeCompactChildTables() {
.pTable = tsChildTableSdb,
};
mInfo("compact child %ld:%d", pTable->uid, pTable->tid);
mInfo("compact child %" PRIu64 ":%d", pTable->uid, pTable->tid);
sdbInsertCompactRow(&row);
}