From f7842792de7661dd72c40fb950102e5dfcf0e487 Mon Sep 17 00:00:00 2001 From: Rahul C S Date: Wed, 21 Mar 2012 12:15:52 +0530 Subject: Add space for heal vol req log message. Change-Id: Iadf1d6304bcae8f666f2435ffa2d71c50dd1395a BUG: 764658 Signed-off-by: Rahul C S Reviewed-on: http://review.gluster.com/2991 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Raghavendra Bhat --- xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c index 0e66b5052..dea564df5 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c +++ b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c @@ -482,7 +482,7 @@ glusterd_handle_cli_heal_volume (rpcsvc_request_t *req) gf_log (THIS->name, GF_LOG_ERROR, "failed to get volname"); goto out; } - gf_log ("glusterd", GF_LOG_INFO, "Received heal vol req" + gf_log ("glusterd", GF_LOG_INFO, "Received heal vol req " "for volume %s", volname); ret = glusterd_add_bricks_hname_path_to_dict (dict); -- cgit