diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
| -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 6667ab19eb7..e4dc519390f 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -1136,7 +1136,7 @@ posix_chmod (call_frame_t *frame, xlator_t *this,          op_ret = lchmod (real_path, mode);          if ((op_ret == -1) && (errno == ENOSYS)) { -                gf_log (this->name, GF_LOG_DEBUG, +                gf_log (this->name, GF_LOG_TRACE,                          "lchmod not implemented, falling back to chmod");                  op_ret = chmod (real_path, mode);          }  | 
