Fixed typo

This commit is contained in:
Simon Willnauer 2013-08-29 10:27:20 +02:00
parent e807c99f27
commit 11ff90420a
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public abstract class TransportSearchTypeAction extends TransportAction<SearchRe
}
if (successulOps.get() == 0) {
if (logger.isDebugEnabled()) {
logger.debug("All shards failied for phase: [{}]", firstPhaseName(), t);
logger.debug("All shards failed for phase: [{}]", firstPhaseName(), t);
}
// no successful ops, raise an exception
listener.onFailure(new SearchPhaseExecutionException(firstPhaseName(), "all shards failed", buildShardFailures()));