diff options
author | Kaushik BV <kaushikbv@gluster.com> | 2011-07-13 04:33:43 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-07-13 03:40:07 -0700 |
commit | 9dd6f5a66b3d1ba703e55e06a26f1121ef96c1d4 (patch) | |
tree | dc1a198337b391fd7bf9b33b1a0b4c8db94b9f2a /cli | |
parent | b5938787afbf3c24ee4fc995e72577f1369ceb7a (diff) |
mgmt/Glusterd: Fix build warning
Signed-off-by: Kaushik BV <kaushikbv@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2041 (volume set help option)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041
Diffstat (limited to 'cli')
-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 18958ab986a..c08f03b3612 100644 --- a/cli/src/cli-rpc-ops.c +++ b/cli/src/cli-rpc-ops.c @@ -1018,7 +1018,7 @@ gf_cli3_1_set_volume_cbk (struct rpc_req *req, struct iovec *iov, cli_out ("Set volume %s", (rsp.op_ret) ? "unsuccessful": "successful"); else - cli_out (help_str); + cli_out ("%s", help_str); ret = rsp.op_ret; |