Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
Signed-off-by: iceseer <[email protected]>
  • Loading branch information
iceseer committed Oct 24, 2024
1 parent f792640 commit 509a78d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ namespace kagome::parachain::statement_distribution {
if (auto result = self->handle_view_event(event);
result.has_error()) {
SL_ERROR(self->logger,
"Handle view event failed. (relay parent={})",
event.new_head.hash());
"Handle view event failed. (relay parent={}, error={})",
event.new_head.hash(), result.error());
}
});

Expand Down

0 comments on commit 509a78d

Please sign in to comment.