diff options
author | N Balachandran <nbalacha@redhat.com> | 2018-02-20 20:31:39 +0530 |
---|---|---|
committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2018-02-23 15:03:05 +0000 |
commit | 860c73f65833fe1c5923d1e90d6c40156677e5ae (patch) | |
tree | 0958adeef820ef55322eab6f7b3dcbba2335c8b1 | |
parent | 4c0c5ecb6ba3f16aa56987916a7682eaed211a37 (diff) |
cluster/dht: Fixed a typo
Replaced "then" with "than"
> Change-Id: I73090e8c1a639befd7c5458e8d63bd173248bc7d
> BUG: 1547128
> Signed-off-by: N Balachandran <nbalacha@redhat.com>
Change-Id: I73090e8c1a639befd7c5458e8d63bd173248bc7d
BUG: 1547842
Signed-off-by: N Balachandran <nbalacha@redhat.com>
-rw-r--r-- | xlators/cluster/dht/src/dht-rebalance.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c index d9c3149049c..aa466bbd9bf 100644 --- a/xlators/cluster/dht/src/dht-rebalance.c +++ b/xlators/cluster/dht/src/dht-rebalance.c @@ -1026,9 +1026,9 @@ __dht_check_free_space (xlator_t *this, xlator_t *to, xlator_t *from, gf_msg (this->name, GF_LOG_WARNING, 0, DHT_MSG_MIGRATE_FILE_FAILED, "data movement of file " - "{blocks:%"PRIu64" name:(%s) } would result in " + "{blocks:%"PRIu64" name:(%s)} would result in " "dst node (%s:%"PRIu64") having lower disk " - "space then the source node (%s:%"PRIu64")" + "space than the source node (%s:%"PRIu64")" ".Skipping file.", stbuf->ia_blocks, loc->path, to->name, dst_statfs_blocks, from->name, src_statfs_blocks); |