Skip to content

Commit

Permalink
try finish unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpf committed Jun 10, 2024
1 parent cbde182 commit bd36790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replica/bulk_load/replica_bulk_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ void replica_bulk_loader::download_sst_file(const std::string &remote_dir,
{
if (_status != bulk_load_status::BLS_DOWNLOADING) {
LOG_WARNING_PREFIX("Cancel download_sst_file task, because bulk_load local_status is {}. "
"local_dir: {} , file_index is {}",
"local_dir: {} , file_index is {}.",
enum_to_string(_status),
local_dir,
file_index);
Expand Down

0 comments on commit bd36790

Please sign in to comment.