summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/xlator.c
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2018-02-07 11:43:22 +0530
committerShyamsundar Ranganathan <srangana@redhat.com>2018-02-09 15:35:35 +0000
commit0806421ff2be104ed757610dc38c3b8e1d969cea (patch)
treee87164d7bff3895b407a17abd684619806ef588c /libglusterfs/src/xlator.c
parentd69c21908026d68c6d7ca986463c6e7f06650849 (diff)
core: move logs which are only developer relevant to DEBUG level
Change-Id: I8b38e231b6160db8075f73773d4e7dc115a90d95 BUG: 1542829 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'libglusterfs/src/xlator.c')
-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 b060d393730..9720f632b43 100644
--- a/libglusterfs/src/xlator.c
+++ b/libglusterfs/src/xlator.c
@@ -317,7 +317,7 @@ int xlator_dynload_newway (xlator_t *xl)
xlapi = dlsym (handle, "xlator_api");
if (!xlapi) {
- gf_msg ("xlator", GF_LOG_INFO, 0, LG_MSG_DLSYM_ERROR,
+ gf_msg ("xlator", GF_LOG_DEBUG, 0, LG_MSG_DLSYM_ERROR,
"dlsym(xlator_api) on %s. "
"Fall back to old symbols", dlerror ());
/* This case is not an error for now, so allow it