change logging

This commit is contained in:
kimchy 2010-08-24 23:33:03 +03:00
parent ba5814a72f
commit fc812a306b
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ public class ShardStateAction extends AbstractComponent {
} }
} }
if (logger.isDebugEnabled()) { if (logger.isDebugEnabled()) {
logger.debug("Applying started shard {}, reason [{}]", shardRouting, reason); logger.debug("applying started shard {}, reason [{}]", shardRouting, reason);
} }
RoutingTable newRoutingTable = shardsAllocation.applyStartedShards(currentState, newArrayList(shardRouting)); RoutingTable newRoutingTable = shardsAllocation.applyStartedShards(currentState, newArrayList(shardRouting));
if (routingTable == newRoutingTable) { if (routingTable == newRoutingTable) {