Skip to content

Commit 212ebfd

Browse files
committedAug 9, 2012
Quiet log noise from LDAP group/WebGUI user membership mismatches.

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/WebGUI/Group.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ sub getLDAPUsers {
862862
if($userId) {
863863
push(@ldapUsers,$userId);
864864
} else {
865-
$self->session->errorHandler->warn("Could not find matching userId for dn/uid $person in WebGUI for group $gid");
865+
$self->session->errorHandler->info("Could not find matching userId for dn/uid $person in WebGUI for group $gid");
866866
}
867867
}
868868

0 commit comments

Comments
 (0)
Please sign in to comment.