diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
| -rw-r--r-- | xlators/storage/posix/src/posix.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index dc4fe153efc..5260ff37504 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -219,7 +219,8 @@ posix_stat (call_frame_t *frame, xlator_t *this, loc_t *loc, dict_t *xdata)          if (op_ret == -1) {                  op_errno = errno; -                gf_log (this->name, GF_LOG_ERROR, +                gf_log (this->name, (op_errno == ENOENT)? +                        GF_LOG_DEBUG:GF_LOG_ERROR,                          "lstat on %s failed: %s", real_path,                          strerror (op_errno));                  goto out;  | 
