From bf5c5841c443a8da5b8f73c27b2ed83420f2303e Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 18 Sep 2017 23:03:32 +0530 Subject: global options: add a sample option to handle Fixes #303 Change-Id: Icdaa804711c43c65b9684f2649437aae1b5c1ed5 Signed-off-by: Amar Tumballi --- libglusterfs/src/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs/src/options.h') 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); \ } \ -- cgit