summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/graph.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/graph.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/graph.c')
-rw-r--r--libglusterfs/src/graph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/graph.c b/libglusterfs/src/graph.c
index 738cd9688db..93dfc74338b 100644
--- a/libglusterfs/src/graph.c
+++ b/libglusterfs/src/graph.c
@@ -358,7 +358,7 @@ _log_if_unknown_option (dict_t *dict, char *key, data_t *value, void *data)
found = xlator_volume_option_get (xl, key);
if (!found) {
- gf_msg (xl->name, GF_LOG_WARNING, 0,
+ gf_msg (xl->name, GF_LOG_DEBUG, 0,
LG_MSG_XLATOR_OPTION_INVALID,
"option '%s' is not recognized", key);
}