From 37b4b7ccad5a479ed2ce96598e902a12fd457bd5 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Wed, 20 Jul 2011 12:21:12 +0530 Subject: debug/io-stats: allow log-level to be set to INFO Change-Id: Ieba6591b0641dcb7dad724c1d8199dc5e91b6bfd BUG: 3198 Reviewed-on: http://review.gluster.com/43 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- libglusterfs/src/xlator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libglusterfs') diff --git a/libglusterfs/src/xlator.c b/libglusterfs/src/xlator.c index ccc32b711..359c4d9bc 100644 --- a/libglusterfs/src/xlator.c +++ b/libglusterfs/src/xlator.c @@ -343,7 +343,7 @@ _volume_option_value_validate_attacherr (xlator_t *xl, strcat (given_array, "."); } - gf_log (xl->name, GF_LOG_ERROR, + gf_log_callingfn (xl->name, GF_LOG_ERROR, "option %s %s: '%s' is not valid " "(possible options are %s)", pair->key, pair->value->data, -- cgit