diff options
Diffstat (limited to 'libglusterfs/src/options.h')
-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 6308773a3e1..af6a651a41d 100644 --- a/libglusterfs/src/options.h +++ b/libglusterfs/src/options.h @@ -296,7 +296,7 @@ xlator_option_reconf_##type (xlator_t *this, dict_t *options, char *key, \ "option %s using default value %s", \ key, value); \ } else { \ - gf_msg_debug (this->name, 0, \ + gf_msg (this->name, GF_LOG_INFO, 0, 0, \ "option %s using set value %s", \ key, value); \ } \ |