Skip to content

Commit

Permalink
Fix PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
madurangasiriwardena committed Sep 18, 2023
1 parent 14c70f8 commit d6a3b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ protected void activate(ComponentContext ctxt) {
ctxt.getBundleContext().registerService(UserInformationProvider.class.getName(), securityInformationProvider,
null);
} catch (Exception e) {
LOG.error(e.getMessage(), e);
LOG.error("Error while activating UserProfileExportServiceComponent", e);
}
}

Expand Down

0 comments on commit d6a3b98

Please sign in to comment.