Skip to content

Commit 2d86007

Browse files
committed
Improve log message
1 parent 98a8d83 commit 2d86007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dirtylog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pub(crate) async fn dirtylog_task(
118118
Ok(file) => file,
119119
Err(err) => {
120120
if err.kind() == std::io::ErrorKind::NotFound {
121-
info!("Trim dirty log done, no dirty log file for the site");
121+
info!("Trim dirty log done, no dirty log file for the site {site}");
122122
} else {
123123
error!("Cannot trim dirty log. Cannot open file {file_path}: {err}", file_path = dirty_log_path.to_string_lossy());
124124
}

0 commit comments

Comments
 (0)