Skip to content

Commit

Permalink
fix rename leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1729 committed Nov 24, 2022
1 parent 8228585 commit 8e1249a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finality-aleph/src/justification/requester.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,10 @@ where
}
}
Ok(None) => {
debug!(target: "aleph-justification", "Cancelling request, because we don't have block {:?}.", num);
debug!(target: "aleph-justification", "Cancelling request, because we don't have block {:?}.", top_wanted);
}
Err(err) => {
debug!(target: "aleph-justification", "Cancelling request, because fetching block {:?} failed {:?}.", num, err);
debug!(target: "aleph-justification", "Cancelling request, because fetching block {:?} failed {:?}.", top_wanted, err);
}
}

Expand Down

0 comments on commit 8e1249a

Please sign in to comment.