From 9eb4afbb4ea1ddb398166b87f783af00d61ddaa9 Mon Sep 17 00:00:00 2001 From: Vijay Bellur Date: Mon, 5 Jan 2015 14:32:24 +0530 Subject: cluster/dht: Change log level to avoid annoying logs [2015-01-04 08:03:23.820376] I [dht-common.c:1822:dht_lookup_cbk] 0-patchy-dht: Entry /tls missing on subvol patchy-replicate-0 Change-Id: Id9eae47213ed39e8bf969e82cc7b935dfada4598 BUG: 1138385 Reviewed-on: http://review.gluster.org/9382 Tested-by: Gluster Build System Reviewed-by: Raghavendra Bhat --- xlators/cluster/dht/src/dht-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c index a113d54ecce..57019bb5646 100644 --- a/xlators/cluster/dht/src/dht-common.c +++ b/xlators/cluster/dht/src/dht-common.c @@ -1818,7 +1818,7 @@ dht_lookup_cbk (call_frame_t *frame, void *cookie, xlator_t *this, "op_errno %d", loc->path, op_ret, op_errno); if (ENTRY_MISSING (op_ret, op_errno)) { - gf_log (this->name, GF_LOG_INFO, "Entry %s missing on subvol" + gf_msg_debug (this->name, 0, "Entry %s missing on subvol" " %s", loc->path, prev->this->name); if (conf->search_unhashed == GF_DHT_LOOKUP_UNHASHED_ON) { local->op_errno = ENOENT; -- cgit