summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/options.h
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2017-09-18 23:03:32 +0530
committerAmar Tumballi <amarts@redhat.com>2017-11-03 14:40:52 +0530
commitbf5c5841c443a8da5b8f73c27b2ed83420f2303e (patch)
tree2006ede8204f8b27b46765840c08e395d79d05e9 /libglusterfs/src/options.h
parentcf62283467d7dd30b89b80717f1fbc24670cb44b (diff)
global options: add a sample option to handle
Fixes #303 Change-Id: Icdaa804711c43c65b9684f2649437aae1b5c1ed5 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'libglusterfs/src/options.h')
-rw-r--r--libglusterfs/src/options.h2
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); \
} \