mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Note how many failures have occurred for a given hash
This commit is contained in:
parent
ee88823d41
commit
22cfbe979d
1 changed files with 1 additions and 1 deletions
|
@ -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[..])
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue