Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ppca committed Oct 9, 2024
1 parent 48d92b7 commit b5bb71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain-signatures/node/src/protocol/signature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ impl SignatureManager {
};
match action {
Action::Wait => {
tracing::debug!("waiting");
tracing::debug!("signature: waiting");
// Retain protocol until we are finished
return true;
}
Expand Down

0 comments on commit b5bb71d

Please sign in to comment.