summaryrefslogtreecommitdiffstats
path: root/xlators/features/index/src
diff options
context:
space:
mode:
authorVijay Bellur <vbellur@redhat.com>2013-12-27 14:24:29 +0530
committerVijay Bellur <vbellur@redhat.com>2013-12-27 19:13:33 -0800
commita42d0938bf85a2fa23ce23ee88ea0cd24fd79d24 (patch)
treef904a29128c6aecefa5d35fcee66a64bd1d96421 /xlators/features/index/src
parent6b41a0b7dfd9f48e1518430bacba9135bee4fcb4 (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/features/index/src')
-rw-r--r--xlators/features/index/src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/index/src/index.c b/xlators/features/index/src/index.c
index 2923e9c91..fde0893ec 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;
}