From 39b803a434536430388cc586d1733b0ecdb212da 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 --- xlators/cluster/dht/src/dht.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'xlators') 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; } -- cgit