Skip to content

Commit

Permalink
Include details in error message for header construction (#3690)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer authored Sep 23, 2024
1 parent b68065a commit 189a77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/task-impls/src/quorum_proposal/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ impl<TYPES: NodeType, V: Versions> HandleDepOutput for ProposalDependencyHandle<
)
.await
{
error!("Failed to publish proposal; error = {e}");
error!("Failed to publish proposal; error = {e:#}");
}
}
}

0 comments on commit 189a77b

Please sign in to comment.