summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2010-12-13 03:33:52 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-12-14 19:41:57 -0800
commitf9b61e81eb6ffbfcd25e43191797570b07412ef4 (patch)
tree4538c40bd4bf9b735eecd59541a803f9c2826c48
parent5ef77ec5a06d2fddb37c313fbee316da06002b82 (diff)
features/quota: fix warnings due to format string mismatches during invocation of gf_log.
Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 2211 ((re)introduce warnings for format string/parameter mismatch) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2211
-rw-r--r--xlators/features/quota/src/quota.c2
1 files changed, 1 insertions, 1 deletions
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);
}