better desc

This commit is contained in:
kimchy 2010-11-15 16:39:16 +02:00
parent a342029d36
commit 4b06eeb75a
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ public class RecoveryTarget extends AbstractComponent {
} }
if (cause instanceof IndexShardClosedException) { if (cause instanceof IndexShardClosedException) {
listener.onIgnoreRecovery(true, "source node disconnected"); listener.onIgnoreRecovery(true, "source shard is closed");
return; return;
} }