diff options
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; } |