Skip to content

Commit

Permalink
fix(ecdsa): Fix log prefix in get_completed_signature_from_context
Browse files Browse the repository at this point in the history
  • Loading branch information
eichhorl committed Feb 12, 2024
1 parent 5281b55 commit a21041c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/consensus/src/ecdsa/signer.rs
Expand Up @@ -753,7 +753,7 @@ impl<'a> EcdsaSignatureBuilder for EcdsaSignatureBuilderImpl<'a> {
Err(error) => {
warn!(
self.log,
"get_completed_signature(): translate failed: sig_inputs_ref = {:?}, error = {:?}",
"get_completed_signature_from_context(): translate failed: sig_inputs_ref = {:?}, error = {:?}",
sig_inputs_ref,
error
);
Expand Down

0 comments on commit a21041c

Please sign in to comment.