Skip to content

Commit

Permalink
reformat messages
Browse files Browse the repository at this point in the history
  • Loading branch information
dprzybyl committed Oct 30, 2023
1 parent b70ff15 commit ad88c1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public ActionResult process(Context context, boolean execute) {
try {
authorizable = context.getCurrentAuthorizable();
actionResult.setAuthorizable(authorizable.getID());
LOGGER.info("Removing authorizable with id={} from groups {}", authorizable.getID(), groupIds);
LOGGER.info("Removing authorizable with id={} from groups {}", authorizable.getID(), String.join(", ", groupIds));
} catch (RepositoryException | ActionExecutionException e) {
actionResult.logError(MessagingUtils.createMessage(e));
return actionResult;
Expand Down

0 comments on commit ad88c1c

Please sign in to comment.