From 730ea2ca509a5bea05726090cd1e4cb67f040b7c Mon Sep 17 00:00:00 2001 From: Soumya Koduri Date: Tue, 23 Feb 2016 18:10:36 +0530 Subject: libglusterfs: Change log-level to DEBUG for default_* fops() Change-Id: I7087476bbc00cd23ba65ea119bc0fe8a9bff347d BUG: 1311124 Signed-off-by: Soumya Koduri Reviewed-on: http://review.gluster.org/13498 Reviewed-by: Kaleb KEITHLEY Smoke: Gluster Build System Reviewed-by: Jeff Darcy NetBSD-regression: NetBSD Build System Reviewed-by: Niels de Vos CentOS-regression: Gluster Build System --- libglusterfs/src/defaults-tmpl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/defaults-tmpl.c b/libglusterfs/src/defaults-tmpl.c index 8a05ca8b6fb..c5a0dcec2f0 100644 --- a/libglusterfs/src/defaults-tmpl.c +++ b/libglusterfs/src/defaults-tmpl.c @@ -91,7 +91,7 @@ struct xlator_fops *default_fops = &_default_fops; int32_t default_forget (xlator_t *this, inode_t *inode) { - gf_log_callingfn (this->name, GF_LOG_WARNING, "xlator does not " + gf_log_callingfn (this->name, GF_LOG_DEBUG, "xlator does not " "implement forget_cbk"); return 0; } @@ -100,7 +100,7 @@ default_forget (xlator_t *this, inode_t *inode) int32_t default_releasedir (xlator_t *this, fd_t *fd) { - gf_log_callingfn (this->name, GF_LOG_WARNING, "xlator does not " + gf_log_callingfn (this->name, GF_LOG_DEBUG, "xlator does not " "implement releasedir_cbk"); return 0; } @@ -108,7 +108,7 @@ default_releasedir (xlator_t *this, fd_t *fd) int32_t default_release (xlator_t *this, fd_t *fd) { - gf_log_callingfn (this->name, GF_LOG_WARNING, "xlator does not " + gf_log_callingfn (this->name, GF_LOG_DEBUG, "xlator does not " "implement release_cbk"); return 0; } -- cgit