summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2012-09-06 12:20:13 +0530
committerVijay Bellur <vijay@gluster.com>2012-09-07 10:47:10 +0530
commit39b803a434536430388cc586d1733b0ecdb212da (patch)
tree311b99b400233681cae941f4f0e58de1e47180f7 /xlators
parent7ed72a4fd16c54ed8fd49dff7db5ac1c15311414 (diff)
cluster/distribute: remove gf_log() from statedump functions
Change-Id: I83cccab6819d6a74e96c2717ca539fa1568cac89 Signed-off-by: Amar Tumballi <amarts@redhat.com> BUG: 843822
Diffstat (limited to 'xlators')
-rw-r--r--xlators/cluster/dht/src/dht.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/cluster/dht/src/dht.c b/xlators/cluster/dht/src/dht.c
index 68a8efcde88..47b387437e4 100644
--- a/xlators/cluster/dht/src/dht.c
+++ b/xlators/cluster/dht/src/dht.c
@@ -87,10 +87,7 @@ dht_priv_dump (xlator_t *this)
return -1;
ret = TRY_LOCK(&conf->subvolume_lock);
-
if (ret != 0) {
- gf_log("", GF_LOG_WARNING, "Unable to lock dht subvolume %s",
- this->name);
return ret;
}