From 9c8a9bd96733dc3ccde4d76786fe0ad009b3bf6e Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Tue, 28 Sep 2010 06:03:59 +0000 Subject: change the loglevel from error to debug while reconfiguring Signed-off-by: Raghavendra Bhat Signed-off-by: Vijay Bellur BUG: 1729 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1729 --- libglusterfs/src/xlator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 393088019f7..ef0808d5d87 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -750,7 +750,7 @@ xlator_set_type (xlator_t *xl, } if (!(xl->reconfigure = dlsym (handle, "reconfigure"))) { - gf_log ("xlator", GF_LOG_ERROR, + gf_log ("xlator", GF_LOG_DEBUG, "dlsym(reconfigure) on %s -- neglecting", dlerror()); } -- cgit