We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a8d83 commit 2d86007Copy full SHA for 2d86007
1 file changed
src/dirtylog.rs
@@ -118,7 +118,7 @@ pub(crate) async fn dirtylog_task(
118
Ok(file) => file,
119
Err(err) => {
120
if err.kind() == std::io::ErrorKind::NotFound {
121
- info!("Trim dirty log done, no dirty log file for the site");
+ info!("Trim dirty log done, no dirty log file for the site {site}");
122
} else {
123
error!("Cannot trim dirty log. Cannot open file {file_path}: {err}", file_path = dirty_log_path.to_string_lossy());
124
}
0 commit comments