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

View file

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