Skip to content

Commit

Permalink
Update config.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jihuayu authored Mar 13, 2024
1 parent d72188f commit b588563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ void Config::initFieldCallback() {
}
if (!previous_backup.empty() && srv != nullptr && !srv->IsLoading()) {
// LOG(INFO) should be called after log is initialized and server is loaded.
LOG(INFO) << "change backup dir from " << previous_backup << " to " << v;
LOG(INFO) << "change backup dir from from " << previous_backup << " to " << v;
}
return Status::OK();
}},
Expand Down

0 comments on commit b588563

Please sign in to comment.