diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-17 17:16:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-17 17:16:42 +0000 |
commit | f95c03cc400601cbe1a081e9c874ddb51a41848c (patch) | |
tree | 45b4c01685767e8a67400f487aa85c8a14a311b4 /swiftclient/shell.py | |
parent | a6f171437def0603a3a2347748c1253730c26412 (diff) | |
parent | 30ca247426c0cc9b64e8b12fbe2b68db8ef5517e (diff) | |
download | python-swiftclient-f95c03cc400601cbe1a081e9c874ddb51a41848c.tar.gz |
Merge "Display proper name when failing to create segments container"
Diffstat (limited to 'swiftclient/shell.py')
-rwxr-xr-x | swiftclient/shell.py | 2 |
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) |