Loading src/client/preload_util.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ void load_hosts() { } else { CTX->local_host_id(0); } LOG(INFO, "Local id set to {} due to ignore self running", CTX->local_host_id()); LOG(INFO, "Local id set to {}", CTX->local_host_id()); for (auto id: host_ids) { const auto& uri = hosts.at(id).second; Loading Loading
src/client/preload_util.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ void load_hosts() { } else { CTX->local_host_id(0); } LOG(INFO, "Local id set to {} due to ignore self running", CTX->local_host_id()); LOG(INFO, "Local id set to {}", CTX->local_host_id()); for (auto id: host_ids) { const auto& uri = hosts.at(id).second; Loading