summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghavendra Bhat <raghavendrabhat@gluster.com>2010-09-28 06:03:59 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-09-28 09:04:42 -0700
commit9c8a9bd96733dc3ccde4d76786fe0ad009b3bf6e (patch)
tree24a84bd93831feefc053eef71feedcf9699eae9a
parentfd3662166f8d7e8247bc535f0816bb3abea01889 (diff)
change the loglevel from error to debug while reconfiguring
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1729 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1729
-rw-r--r--libglusterfs/src/xlator.c2
1 files changed, 1 insertions, 1 deletions
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());
}