From 9dd6f5a66b3d1ba703e55e06a26f1121ef96c1d4 Mon Sep 17 00:00:00 2001 From: Kaushik BV Date: Wed, 13 Jul 2011 04:33:43 +0000 Subject: mgmt/Glusterd: Fix build warning Signed-off-by: Kaushik BV Signed-off-by: Anand Avati BUG: 2041 (volume set help option) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2041 --- cli/src/cli-rpc-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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; -- cgit