Note how many failures have occurred for a given hash

This commit is contained in:
asonix 2023-08-16 13:29:22 -05:00
parent ee88823d41
commit 22cfbe979d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ async fn migrate_hash_04<S: Store>(
return Err(e); return Err(e);
} else { } else {
tracing::warn!( tracing::warn!(
"Failed to migrate hash {}, retrying +1", "Failed to migrate hash {}, retrying +{hash_failures}",
hex::encode(&old_hash[..]) hex::encode(&old_hash[..])
); );
} }