mirror of https://github.com/apache/lucene.git
add a space
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8cbe8114d1
commit
da38e054b5
|
@ -657,7 +657,7 @@ public class SnapPuller {
|
|||
if(!success){
|
||||
try {
|
||||
LOG.error("Unable to move index file from: " + indexFileInTmpDir
|
||||
+ " to: " + indexFileInIndex + "Trying to do a copy");
|
||||
+ " to: " + indexFileInIndex + " Trying to do a copy");
|
||||
FileUtils.copyFile(indexFileInTmpDir,indexFileInIndex);
|
||||
success = true;
|
||||
} catch (IOException e) {
|
||||
|
|
Loading…
Reference in New Issue