summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 fe688a9513d..b710b9e5ea5 100644
--- a/libglusterfs/src/xlator.c
+++ b/libglusterfs/src/xlator.c
@@ -320,7 +320,7 @@ _volume_option_value_validate (xlator_t *xl,
}
if ((input_size < opt->min) ||
(input_size > opt->max)) {
- gf_log (xl->name, GF_LOG_ERROR,
+ gf_log (xl->name, GF_LOG_WARNING,
"'%"PRId64"' in 'option %s %s' is "
"out of range [%"PRId64" - %"PRId64"]",
input_size, pair->key,