From bf3c34f9db793a1b84b7346ac8756098b44cbaff Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Fri, 19 Jun 2015 13:36:11 +0530 Subject: posix: lstat() failure have to recorded as warning BUG: 1200364 Change-Id: Ic9cae46e89e49fede2150f420ca0b1e202d84bbe Signed-off-by: Humble Devassy Chirammal Reviewed-on: http://review.gluster.org/9849 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Niels de Vos Reviewed-by: Raghavendra Bhat --- xlators/storage/posix/src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/storage') diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 73295eb72af..046ec90ea00 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -141,7 +141,7 @@ posix_lookup (call_frame_t *frame, xlator_t *this, if (op_ret == -1) { if (op_errno != ENOENT) { - gf_msg (this->name, GF_LOG_ERROR, op_errno, + gf_msg (this->name, GF_LOG_WARNING, op_errno, P_MSG_LSTAT_FAILED, "lstat on %s failed", real_path ? real_path : "null"); -- cgit