Skip to content

Commit

Permalink
fix throwable error
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumimku committed Nov 1, 2024
1 parent 6d81840 commit 7bb55b2
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 7bb55b2

Please sign in to comment.