From a47d3d64685d5f584711707854fd0f522616bc3e Mon Sep 17 00:00:00 2001 From: Stanislaw Pitucha Date: Wed, 28 Aug 2013 16:24:40 +0100 Subject: [PATCH] Remove redundant unit suffix Transfer speed already has a "MB/s" unit. The "s" suffix was probably a copy/paste mistake. Change-Id: Iccd7894d5ca11aac8a9f98365834c5d3deef0720 --- bin/swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/swift b/bin/swift index 53985987..6cfd9ea9 100755 --- a/bin/swift +++ b/bin/swift @@ -374,7 +374,7 @@ def st_download(parser, args, thread_manager): utime(path, (mtime, mtime)) if options.verbose: finish_time = time() - time_str = 'headers %.3fs, total %.3fs, %.3fs MB/s' % ( + time_str = 'headers %.3fs, total %.3fs, %.3f MB/s' % ( header_receipt - start_time, finish_time - start_time, float(read_length) / (finish_time - start_time) / 1000000) if conn.attempts > 1: