summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul C S <rahulcs@redhat.com>2012-03-21 12:15:52 +0530
committerVijay Bellur <vijay@gluster.com>2012-03-21 22:38:36 -0700
commitf7842792de7661dd72c40fb950102e5dfcf0e487 (patch)
treef268dadbfae17dab2c11049d2d7c580e6a193efe
parent11be645bb84ade2c5c9f42baec5ca6c6d1dc1d2c (diff)
Add space for heal vol req log message.
Change-Id: Iadf1d6304bcae8f666f2435ffa2d71c50dd1395a BUG: 764658 Signed-off-by: Rahul C S <rahulcs@redhat.com> Reviewed-on: http://review.gluster.com/2991 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amarts@redhat.com> Reviewed-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volume-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volume-ops.c b/xlators/mgmt/glusterd/src/glusterd-volume-ops.c
index 0e66b5052b5..dea564df527 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);