diff options
author | shylesh <shmohan@redhat.com> | 2012-04-24 02:49:52 -0400 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-04-24 09:41:30 -0700 |
commit | 19c2d6b3d61e2fcf52e1097de4d70ecbb2966ffd (patch) | |
tree | 2a65247b99cc95e987c5e61dbab1ecef5743170f /xlators/cluster | |
parent | 5d3108d182877795eab118a448d1e21f021d7d9c (diff) |
dht: Log message fix gfid's to gfids
Change-Id: I9ad67b6ded05992d1b56ca843f685c4fe2b15b71
BUG: 815186
Signed-off-by: shylesh <shmohan@redhat.com>
Reviewed-on: http://review.gluster.com/3217
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/cluster')
-rw-r--r-- | xlators/cluster/dht/src/dht-selfheal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-selfheal.c b/xlators/cluster/dht/src/dht-selfheal.c index 9c8aeac25..9ebc79a85 100644 --- a/xlators/cluster/dht/src/dht-selfheal.c +++ b/xlators/cluster/dht/src/dht-selfheal.c @@ -470,7 +470,7 @@ dht_selfheal_dir_mkdir (call_frame_t *frame, loc_t *loc, if (!dict) gf_log (this->name, GF_LOG_WARNING, - "dict is NULL, need to make sure gfid's are same"); + "dict is NULL, need to make sure gfids are same"); for (i = 0; i < layout->cnt; i++) { if (layout->list[i].err == ENOENT || force) { |