mirror of https://github.com/apache/lucene.git
spell fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1446449 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce81eb1c5c
commit
c2166b9dfa
|
@ -185,7 +185,7 @@ public class OverseerCollectionProcessor implements Runnable, ClosableThread {
|
|||
} catch (SolrException ex) {
|
||||
SolrException.log(log, "Collection " + operation + " of " + operation
|
||||
+ " failed");
|
||||
results.add("Operation " + operation + " cause exception:", ex);
|
||||
results.add("Operation " + operation + " caused exception:", ex);
|
||||
} finally {
|
||||
return new OverseerSolrResponse(results);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue