diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2010-09-28 06:03:59 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-28 09:04:42 -0700 |
commit | 9c8a9bd96733dc3ccde4d76786fe0ad009b3bf6e (patch) | |
tree | 24a84bd93831feefc053eef71feedcf9699eae9a /libglusterfs | |
parent | fd3662166f8d7e8247bc535f0816bb3abea01889 (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
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/xlator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index 393088019..ef0808d5d 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()); } |