Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Quiet log noise from LDAP group/WebGUI user membership mismatches.
  • Loading branch information
perlDreamer committed Aug 9, 2012
1 parent c0d0418 commit 212ebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Group.pm
Expand Up @@ -862,7 +862,7 @@ sub getLDAPUsers {
if($userId) {
push(@ldapUsers,$userId);
} else {
$self->session->errorHandler->warn("Could not find matching userId for dn/uid $person in WebGUI for group $gid");
$self->session->errorHandler->info("Could not find matching userId for dn/uid $person in WebGUI for group $gid");
}
}

Expand Down

0 comments on commit 212ebfd

Please sign in to comment.