Skip to content

Commit

Permalink
Merge pull request #6092 from Thumimku/fix-catch-error
Browse files Browse the repository at this point in the history
Fix throwable error typo in attestation component
  • Loading branch information
Thumimku authored Nov 1, 2024
2 parents e472d11 + 7bb55b2 commit 25023ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ protected void activate(ComponentContext context) {
}

} catch (Throwable throwable) {
LOG.error("Error while activating Input Validation Service Component.", throwable);
LOG.error("Error while activating Client Attestation Service Component.", throwable);
}
}

Expand Down

0 comments on commit 25023ed

Please sign in to comment.