Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Apr 2, 2020
1 parent 4cf17fb commit c0ee55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/glencoesoftware/ldaptool/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public Integer call() throws Exception {
List<Long> groupIds = ldapImpl.loadLdapGroups(
username, new DistinguishedName(dn));
log.info(
"Would be member of Groups IDs={}",
"Would be member of Group IDs={}",
Arrays.toString(groupIds.toArray())
);

Expand Down

0 comments on commit c0ee55e

Please sign in to comment.