Skip to content

Commit

Permalink
fix(bulkload) format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lupengfan1 committed Jul 25, 2024
1 parent 41739da commit 34cede1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/replica/bulk_load/replica_bulk_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,8 @@ void replica_bulk_loader::download_sst_file(const std::string &remote_dir,
}
}
if (f_meta.name.empty()) {
LOG_WARNING_PREFIX("Cannot get file_meta of {}, cancel download_sst_file task.", file_index);
LOG_WARNING_PREFIX("Cannot get file_meta of {}, cancel download_sst_file task.",
file_index);
return;
}
uint64_t f_size = 0;
Expand Down

0 comments on commit 34cede1

Please sign in to comment.