fixed typo in fmt::printf

This commit is contained in:
Josh Slocum 2021-11-24 14:35:23 -06:00
parent 1f71538752
commit 2c82a27f09
1 changed files with 1 additions and 1 deletions

View File

@ -1456,7 +1456,7 @@ ACTOR Future<Void> blobGranuleUpdateFiles(Reference<BlobWorkerData> bwData,
// Write a new delta file IF we have enough bytes
if (metadata->bufferedDeltaBytes >= SERVER_KNOBS->BG_DELTA_FILE_TARGET_BYTES) {
if (BW_DEBUG) {
fmt::print("Granule [{0} - {1}) flushing delta file after {2} bytes @ {3} {5}\n",
fmt::print("Granule [{0} - {1}) flushing delta file after {2} bytes @ {3} {4}\n",
metadata->keyRange.begin.printable(),
metadata->keyRange.end.printable(),
metadata->bufferedDeltaBytes,