diff options
| author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2010-09-21 05:12:08 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-21 03:52:01 -0700 | 
| commit | 7547953e3a7a458d60f8bbfef8e141aff087bfa3 (patch) | |
| tree | 601d8072bd24af791532b8743369fba5b35c4023 | |
| parent | 7e4d13b56022dfe57fc1512e247eb030edec17fb (diff) | |
fix the typo in the getxattr of replace-brick
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1235 (Bug for all pump/migrate commits)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1235
| -rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-op-sm.c | 2 | 
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 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;          }  | 
