Non matching user = debug, not error.
This commit is contained in:
parent
dc1a57c328
commit
5e46877140
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue