summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-op-sm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c
index 8af6cee5f..2419fa3b9 100644
--- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c
+++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c
@@ -1855,7 +1855,7 @@ glusterd_op_remove_brick (gd1_mgmt_stage_op_req *req)
ret = glusterd_volume_stop_glusterfs
(volinfo, brickinfo, mybrick);
if (ret) {
- gf_log ("", GF_LOG_ERROR, "Unable to start "
+ gf_log ("", GF_LOG_ERROR, "Unable to stop "
"glusterfs, ret: %d", ret);
goto out;
}