diff options
Diffstat (limited to 'xlators/mgmt')
-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); |