Skip to content

Commit

Permalink
features/index: Minor improvement in log message.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
vbellur committed Dec 28, 2013
1 parent 6b41a0b commit a42d093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlators/features/index/src/index.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a42d093

Please sign in to comment.