summaryrefslogtreecommitdiffstats
path: root/xlators/cluster
diff options
context:
space:
mode:
authorSachidananda Urs <sac@gluster.com>2011-10-29 16:46:43 +0530
committerVijay Bellur <vijay@gluster.com>2011-10-30 22:43:10 -0700
commite5d1f3ce842c7a3e7d3f86304b22b0e31141a2f3 (patch)
treee53c137a069d188ef4f615f54147016b329e8450 /xlators/cluster
parent99e5f3af513446f382e80e3086398532ca914692 (diff)
Move some of the messages to log level `TRACE'.
Change-Id: I41e6f39c5d0621942a310f550250034fd520ec76 BUG: 3761 Reviewed-on: http://review.gluster.com/644 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amar@gluster.com>
Diffstat (limited to 'xlators/cluster')
-rw-r--r--xlators/cluster/dht/src/dht-diskusage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-diskusage.c b/xlators/cluster/dht/src/dht-diskusage.c
index 8c87e8f2dc1..38e8ed8929f 100644
--- a/xlators/cluster/dht/src/dht-diskusage.c
+++ b/xlators/cluster/dht/src/dht-diskusage.c
@@ -48,7 +48,7 @@ dht_du_info_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
prev = cookie;
if (op_ret == -1) {
- gf_log (this->name, GF_LOG_DEBUG,
+ gf_log (this->name, GF_LOG_WARNING,
"failed to get disk info from %s", prev->this->name);
goto out;
}
@@ -64,7 +64,7 @@ dht_du_info_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
if (prev->this == conf->subvolumes[i]) {
conf->du_stats[i].avail_percent = percent;
conf->du_stats[i].avail_space = bytes;
- gf_log (this->name, GF_LOG_DEBUG,
+ gf_log (this->name, GF_LOG_TRACE,
"on subvolume '%s': avail_percent is: "
"%.2f and avail_space is: %"PRIu64"",
prev->this->name,