summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2012-09-06 12:20:13 +0530
committerAnand Avati <avati@redhat.com>2012-09-06 13:22:30 -0700
commitfb6c8f8b4efb113d302fd53910bbe5c321eafd7a (patch)
treedd453ca62ede48bfc8f3cb20d0737ac761a00fa4 /xlators
parent9c2fac537d04904b763fdf277355e9d856118f66 (diff)
cluster/distribute: remove gf_log() from statedump functions
Change-Id: I83cccab6819d6a74e96c2717ca539fa1568cac89 Signed-off-by: Amar Tumballi <amarts@redhat.com> BUG: 843822 Reviewed-on: http://review.gluster.org/3912 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@redhat.com>
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 a802d895d..d8aa33233 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;
}