diff options
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index efc8ea54d1b..b0ac84ea8de 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -2335,8 +2335,8 @@ fuse_setlk_cbk (call_frame_t *frame, void *cookie, xlator_t *this, "'features/posix-locks' on server side " "will add SETLK support."); } - } else { - gf_log ("glusterfs-fuse", GF_LOG_WARNING, + } else if (op_errno != EAGAIN) { + gf_log ("glusterfs-fuse", GF_LOG_ERROR, "%"PRId64": ERR => -1 (%s)", frame->root->unique, strerror (op_errno)); } |