Merge "Bump the token deferral message from info to debug"

This commit is contained in:
Jenkins 2017-04-28 18:21:17 +00:00 committed by Gerrit Code Review
commit 08bf885ceb
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ class AuthProtocol(BaseAuthProtocol):
if not (user_status and service_status == 'Confirmed'):
if self._delay_auth_decision:
self.log.info(_LI('Deferring reject downstream'))
self.log.debug('Deferring reject downstream')
else:
self.log.info(_LI('Rejecting request'))
message = _('The request you have made requires '