diff --git a/swift/container/sync.py b/swift/container/sync.py index acfdb70e5a..529f85a448 100644 --- a/swift/container/sync.py +++ b/swift/container/sync.py @@ -619,8 +619,8 @@ class ContainerSync(Daemon): if exc: raise exc raise Exception( - _('Unknown exception trying to GET: ' - '%(account)r %(container)r %(object)r'), + 'Unknown exception trying to GET: ' + '%(account)r %(container)r %(object)r' % {'account': info['account'], 'container': info['container'], 'object': row['name']})

AltStyle によって変換されたページ (->オリジナル) /