summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/options.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/options.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/options.c')
-rw-r--r--libglusterfs/src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/options.c b/libglusterfs/src/options.c
index a0f04c772e8..ae32001fd0e 100644
--- a/libglusterfs/src/options.c
+++ b/libglusterfs/src/options.c
@@ -990,7 +990,7 @@ xl_opt_validate (dict_t *dict, char *key, data_t *value, void *data)
stub->errstr = errstr;
if (fnmatch (opt->key[0], key, FNM_NOESCAPE) != 0) {
- gf_msg (xl->name, GF_LOG_WARNING, 0, LG_MSG_INVALID_ENTRY,
+ gf_msg (xl->name, GF_LOG_DEBUG, 0, LG_MSG_INVALID_ENTRY,
"option '%s' is deprecated, preferred is '%s', "
"continuing with correction", key, opt->key[0]);
dict_set (dict, opt->key[0], value);