Smityz commented on code in PR #1311:
URL:
https://github.com/apache/incubator-pegasus/pull/1311#discussion_r1070259025
##########
src/replica/backup/cold_backup_context.cpp:
##########
@@ -567,31 +573,31 @@ void cold_backup_context::on_upload_chkpt_dir()
}
if (checkpoint_files.size() <= 0) {
- LOG_INFO("%s: checkpoint dir is empty, so upload is complete and just
start write "
- "backup_metadata",
- name);
+ LOG_INFO_F("{}: checkpoint dir is empty, so upload is complete and
just start write "
+ "backup_metadata",
+ name);
Review Comment:
```suggestion
LOG_INFO_F("{}: checkpoint dir is empty, so upload is complete and
just start write", name);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]