From c429e47ae3925d0bc1ca113e37d903410f3e043a Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Fri, 20 Aug 2010 23:44:52 +0000 Subject: fix the wrong log message displayed by glusterd in remove brick Signed-off-by: Raghavendra Bhat Signed-off-by: Anand V. Avati BUG: 1411 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1411 --- xlators/mgmt/glusterd/src/glusterd-op-sm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit