diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-helper.c')
-rw-r--r-- | xlators/cluster/dht/src/dht-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-helper.c b/xlators/cluster/dht/src/dht-helper.c index 7f0748a07cc..7c24947787d 100644 --- a/xlators/cluster/dht/src/dht-helper.c +++ b/xlators/cluster/dht/src/dht-helper.c @@ -833,7 +833,7 @@ dht_migration_complete_check_task (void *data) if (ret != 0) { gf_msg_debug (this->name, 0, "%s: could not set preset layout " - "for subvol %s", local->loc.path, + "for subvol %s", local->loc.path, dst_node->name); ret = -1; local->op_errno = EINVAL; |