diff options
Diffstat (limited to 'libglusterfs/src/options.c')
| -rw-r--r-- | libglusterfs/src/options.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/options.c b/libglusterfs/src/options.c index 30607d2e390..a96828447fc 100644 --- a/libglusterfs/src/options.c +++ b/libglusterfs/src/options.c @@ -969,7 +969,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]);  | 
