diff options
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/common-utils.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.c b/libglusterfs/src/common-utils.c index fc4ae123916..4bcef6ae33f 100644 --- a/libglusterfs/src/common-utils.c +++ b/libglusterfs/src/common-utils.c @@ -3669,6 +3669,10 @@ fop_log_level (glusterfs_fop_t fop, int op_errno)                          return GF_LOG_DEBUG;          } +        if (fop == GF_FOP_MKNOD || fop == GF_FOP_MKDIR) +                if (op_errno == EEXIST) +                        return GF_LOG_DEBUG; +          return GF_LOG_ERROR;  }  | 
