summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlators/cluster/dht/src/dht-rebalance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c
index 41a50cff3cc..c851266588d 100644
--- a/xlators/cluster/dht/src/dht-rebalance.c
+++ b/xlators/cluster/dht/src/dht-rebalance.c
@@ -2115,7 +2115,7 @@ gf_defrag_migrate_single_file (void *opaque)
rebal_entry = (struct dht_container *)opaque;
if (!rebal_entry) {
- gf_log (this->name, GF_LOG_ERROR, "rebal_entry is NULL");
+ gf_log ("DHT", GF_LOG_ERROR, "rebal_entry is NULL");
ret = -1;
goto out;
}