summaryrefslogtreecommitdiff
path: root/swiftclient
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-02-17 17:16:42 +0000
committerGerrit Code Review <review@openstack.org>2016-02-17 17:16:42 +0000
commitf95c03cc400601cbe1a081e9c874ddb51a41848c (patch)
tree45b4c01685767e8a67400f487aa85c8a14a311b4 /swiftclient
parenta6f171437def0603a3a2347748c1253730c26412 (diff)
parent30ca247426c0cc9b64e8b12fbe2b68db8ef5517e (diff)
downloadpython-swiftclient-f95c03cc400601cbe1a081e9c874ddb51a41848c.tar.gz
Merge "Display proper name when failing to create segments container"
Diffstat (limited to 'swiftclient')
-rwxr-xr-xswiftclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index 4023c8c..4b444a9 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -938,7 +938,7 @@ def st_upload(parser, args, output_manager):
msg = ': %s' % error
output_manager.warning(
'Warning: failed to create container '
- "'%s'%s", container, msg
+ "'%s'%s", r['container'], msg
)
else:
output_manager.error("%s" % error)