From 7547953e3a7a458d60f8bbfef8e141aff087bfa3 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 21 Sep 2010 05:12:08 +0000 Subject: fix the typo in the getxattr of replace-brick Signed-off-by: Raghavendra Bhat Signed-off-by: Vijay Bellur BUG: 1235 (Bug for all pump/migrate commits) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235 --- 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 a6c1c779a7f..f32fc9c8908 100644 --- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c +++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c @@ -2104,7 +2104,7 @@ rb_get_xattr_command (glusterd_volinfo_t *volinfo, if (ret) { gf_log ("", GF_LOG_DEBUG, - "setxattr failed"); + "getxattr failed"); goto out; } -- cgit