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-05-09 17:41:57 +0000
commitc7e281fcb7fcabb13132ba3a3e7a1a784b020719 (patch)
treeece20dbf93c295b1dacbbb2b65e525cb66ac246f /libglusterfs/src/graph.c
parent641355a0fe5ae18d983ce91b46ecafd50d6eb5c1 (diff)
core: move logs which are only developer relevant to DEBUG level
Change-Id: I8b38e231b6160db8075f73773d4e7dc115a90d95 updates: bz#1542829 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 2d560b7f265..c5ec013755e 100644
--- a/libglusterfs/src/graph.c
+++ b/libglusterfs/src/graph.c
@@ -398,7 +398,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);
}