diff options
-rw-r--r-- | xlators/storage/posix/src/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index c4e63fa6a..b3217154a 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -4811,7 +4811,7 @@ init (xlator_t *this) &tmp_bool) == -1) { gf_log (this->name, GF_LOG_ERROR, "wrong option provided for key " - "\"mandate-xattr\""); + "\"mandate-attribute\""); ret = -1; goto out; } |