diff options
author | Vijay Bellur <vbellur@redhat.com> | 2013-12-27 14:24:29 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-12-27 19:13:33 -0800 |
commit | a42d0938bf85a2fa23ce23ee88ea0cd24fd79d24 (patch) | |
tree | f904a29128c6aecefa5d35fcee66a64bd1d96421 /xlators | |
parent | 6b41a0b7dfd9f48e1518430bacba9135bee4fcb4 (diff) |
features/index: Minor improvement in log message.
Change-Id: Ic4f39785dab5ad64def4c06d7bd2f2dec09e19ab
BUG: 1045690
Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Reviewed-on: http://review.gluster.org/6606
Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/features/index/src/index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/index/src/index.c b/xlators/features/index/src/index.c index 2923e9c91de..fde0893ec48 100644 --- a/xlators/features/index/src/index.c +++ b/xlators/features/index/src/index.c @@ -264,7 +264,7 @@ check_delete_stale_index_file (xlator_t *this, char *filename) ret = stat (filepath_under_base_indices_holder, &base_index_st); if (ret) { gf_log (THIS->name, GF_LOG_ERROR, "Base index is not created" - "under index/base_indices_holder"); + " under index/base_indices_holder"); return; } |