summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2010-12-13 03:33:38 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-12-14 19:41:52 -0800
commit5ef77ec5a06d2fddb37c313fbee316da06002b82 (patch)
tree007ea32cbfe282b1e77127762beef6031ee11bbd /xlators/cluster
parent3fd60a81d3a536cfd005e7fe3171d397d1019067 (diff)
cluster/distribute: 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
Diffstat (limited to 'xlators/cluster')
-rw-r--r--xlators/cluster/dht/src/dht.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c
index d0f35e0ea0b..93d01f13a54 100644
--- a/xlators/cluster/dht/src/dht.c
+++ b/xlators/cluster/dht/src/dht.c
@@ -346,8 +346,8 @@ reconfigure (xlator_t *this, dict_t *options)
}
gf_log(this->name, GF_LOG_DEBUG, "Reconfigure:"
- " min-free-disk reconfigured to ",
- temp_str);
+ " min-free-disk reconfigured to %s",
+ temp_str);
}
out: