From fb6c8f8b4efb113d302fd53910bbe5c321eafd7a Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Thu, 6 Sep 2012 12:20:13 +0530 Subject: cluster/distribute: remove gf_log() from statedump functions Change-Id: I83cccab6819d6a74e96c2717ca539fa1568cac89 Signed-off-by: Amar Tumballi BUG: 843822 Reviewed-on: http://review.gluster.org/3912 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- xlators/cluster/dht/src/dht.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators/cluster/dht/src/dht.c') 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; } -- cgit