From 30ca247426c0cc9b64e8b12fbe2b68db8ef5517e Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Mon, 18 Jan 2016 14:54:10 -0800 Subject: Display proper name when failing to create segments container Previously, we displayed the base container's name. Change-Id: I70f1949a44ba61158e31178e4536f229c37aab47 --- swiftclient/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swiftclient/shell.py') diff --git a/swiftclient/shell.py b/swiftclient/shell.py index e427a89..75150ea 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) -- cgit v1.2.1