diff options
-rw-r--r-- | libglusterfs/src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/options.h b/libglusterfs/src/options.h index f95040c26c8..40089ac6317 100644 --- a/libglusterfs/src/options.h +++ b/libglusterfs/src/options.h @@ -140,7 +140,7 @@ xlator_option_init_##type (xlator_t *this, dict_t *options, char *key, \ return 0; \ } \ if (value == def_value) { \ - gf_log (this->name, GF_LOG_TRACE, \ + gf_log (this->name, GF_LOG_DEBUG, \ "option %s using default value %s", \ key, value); \ } else { \ |