From 9cb93f58be9d032bec12ca04275e84904bf22c0b Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Tue, 5 May 2009 20:03:36 +0530 Subject: log level fix in storage/posix --- xlators/storage/posix/src/posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 6667ab19e..e4dc51939 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); } -- cgit