diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-04-18 05:03:00 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-18 04:31:56 -0700 |
commit | 4d644dda668e5b55f3f9516e8552e689608b7ad7 (patch) | |
tree | fac664430f32eff44b56698ae768575102567f8c /cli/src | |
parent | 2f9ce3f4fd23d1a9256e84830805a62f1ebe76fb (diff) |
cli: Fix profile info alignment
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2794 (Alignment is not proper in profile volume info)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2794
Diffstat (limited to 'cli/src')
-rw-r--r-- | cli/src/cli-rpc-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-rpc-ops.c b/cli/src/cli-rpc-ops.c index e7e92eaa9..20d4c6f4a 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -2973,7 +2973,7 @@ cmd_profile_volume_brick_out (dict_t *dict, int count, int interval) is_header_printed = 1; } if (profile_info[i].fop_hits) { - cli_out ("%9.2lf %9.2lf %9.2lf %9.2lf %20"PRId64" %10s", + cli_out ("%11.2lf %11.2lf %11.2lf %11.2lf %20"PRId64" %10s", profile_info[i].percentage_avg_latency, profile_info[i].avg_latency, profile_info[i].min_latency, |