summaryrefslogtreecommitdiffstats
path: root/keystone/service.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-11-08 04:37:47 +0000
committerGerrit Code Review <review@openstack.org>2012-11-08 04:37:47 +0000
commit629c1f9ea6931cad51a3a5898799811c971cd517 (patch)
tree3c4f0aeee284cc896a5d449c56e84f9c4e0a63b5 /keystone/service.py
parent2a8770014768e34b605982f16645aad7c812ab5f (diff)
parent3733170de223714978c71516310849e749ef50a3 (diff)
downloadkeystone-629c1f9ea6931cad51a3a5898799811c971cd517.tar.gz
keystone-629c1f9ea6931cad51a3a5898799811c971cd517.tar.xz
keystone-629c1f9ea6931cad51a3a5898799811c971cd517.zip
Merge "Fixed typo in log message"
Diffstat (limited to 'keystone/service.py')
-rw-r--r--keystone/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/service.py b/keystone/service.py
index 334f6150..8f19a781 100644
--- a/keystone/service.py
+++ b/keystone/service.py
@@ -591,7 +591,7 @@ class TokenController(wsgi.Application):
if tenant_id:
if not tenant_id in tenants:
- LOG.warning('User %s is authorized for tenant %s'
+ LOG.warning('User %s is unauthorized for tenant %s'
% (user_id, tenant_id))
raise exception.Unauthorized()