diff options
author | Rahul C S <rahulcs@redhat.com> | 2012-03-21 12:15:52 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-03-21 22:38:36 -0700 |
commit | f7842792de7661dd72c40fb950102e5dfcf0e487 (patch) | |
tree | f268dadbfae17dab2c11049d2d7c580e6a193efe /xlators | |
parent | 11be645bb84ade2c5c9f42baec5ca6c6d1dc1d2c (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>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volume-ops.c | 2 |
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 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); |