Non matching user = debug, not error.
This commit is contained in:
parent
dc1a57c328
commit
5e46877140
@ -420,7 +420,7 @@ class AuthD::Service
|
|||||||
Baguette::Log.debug "#{u.login} matches #{pattern}"
|
Baguette::Log.debug "#{u.login} matches #{pattern}"
|
||||||
matching_users << u.to_public
|
matching_users << u.to_public
|
||||||
else
|
else
|
||||||
Baguette::Log.error "#{u.login} doesn't match #{pattern}"
|
Baguette::Log.debug "#{u.login} doesn't match #{pattern}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user