Skip to content

Commit

Permalink
trivial: move a log line
Browse files Browse the repository at this point in the history
  • Loading branch information
msmouse committed Sep 22, 2022
1 parent 3150203 commit b75b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/backup/backup-cli/src/metadata/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ pub async fn sync_and_load(
for h in stale_local_hashes {
let file = cache_dir.join(h);
remove_file(&file).await.err_notes(&file)?;
info!("Deleted stale metadata files in cache.");
}
info!("Deleted stale metadata files in cache.");

let num_new_files = new_remote_hashes.len();
NUM_META_MISS.set(num_new_files as i64);
Expand Down

0 comments on commit b75b22d

Please sign in to comment.