Removing translation from debug messages

Related bug #1317847

Change-Id: I1dfaee94300178da3200edc219ce3d00b0689bdc
This commit is contained in:
Erno Kuvaja 2014-06-09 10:46:03 +00:00 committed by Erno Kuvaja
parent 97882f796c
commit db2a5674c0

View File

@ -158,8 +158,8 @@ class Store(glance.store.base.Store):
def _query(self, location, verb, depth=0):
if depth > MAX_REDIRECTS:
reason = (_("The HTTP URL exceeded %s maximum "
"redirects.") % MAX_REDIRECTS)
reason = ("The HTTP URL exceeded %s maximum "
"redirects." % MAX_REDIRECTS)
LOG.debug(reason)
raise exception.MaxRedirectsExceeded(redirects=MAX_REDIRECTS)
loc = location.store_location