From f9b61e81eb6ffbfcd25e43191797570b07412ef4 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Mon, 13 Dec 2010 03:33:52 +0000 Subject: features/quota: fix warnings due to format string mismatches during invocation of gf_log. Signed-off-by: Raghavendra G Signed-off-by: Anand V. Avati BUG: 2211 ((re)introduce warnings for format string/parameter mismatch) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2211 --- xlators/features/quota/src/quota.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators') diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index d904c1b2247..67c05deda96 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -1086,7 +1086,7 @@ reconfigure (xlator_t *this, dict_t *options) _private->min_free_disk_limit = min_free_disk_limit; gf_log (this->name, GF_LOG_TRACE, - "Reconfiguring min-free-disk-limit %d \%", + "Reconfiguring min-free-disk-limit to %d percent", min_free_disk_limit); } -- cgit