Removing translation from debug messages
Related bug #1317847 Change-Id: I1dfaee94300178da3200edc219ce3d00b0689bdc
This commit is contained in:
parent
97882f796c
commit
db2a5674c0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user