Fix extra logging parameter in RecoverySourceHandler

This commit is contained in:
Lee Hinman 2015-03-08 17:26:50 -06:00
parent a161cf402b
commit 0fdc425591

View File

@ -435,7 +435,7 @@ public class RecoverySourceHandler implements Engine.RecoveryHandler {
stopWatch.stop();
response.startTime = stopWatch.totalTime().millis();
logger.trace("{} recovery [phase2] to {}: start took [{}]",
request.shardId(), request.targetNode(), request.targetNode(), stopWatch.totalTime());
request.shardId(), request.targetNode(), stopWatch.totalTime());
logger.trace("{} recovery [phase2] to {}: updating current mapping to master", request.shardId(), request.targetNode());