Skip to content

Commit

Permalink
Corrected log #732
Browse files Browse the repository at this point in the history
  • Loading branch information
ghenzler committed Jun 24, 2024
1 parent 62182ec commit 77fed31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void validateIsMemberOfConfig(AcConfiguration acConfiguration, Persistabl

externalGroupsValidationResults.stream().forEach(m -> installLog.addWarning(LOG, m));

String validationMsg = "Found " + externalGroupsValidationResults.size() + " group(s) that use external groups in isMemberOf. ";
String validationMsg = "Found " + externalGroupsValidationResults.size() + " authorizable(s) that use external groups in isMemberOf. ";

if (Boolean.TRUE.equals(globalConfiguration.getAllowExternalGroupsInIsMemberOf())) {
installLog.addWarning(LOG, validationMsg);
Expand Down

0 comments on commit 77fed31

Please sign in to comment.