change log level to info - this is not a severe event

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-03 18:29:54 +00:00
parent 7ce09ad680
commit 888f626b40
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ public class SyncStrategy {
syncToMe(zkController, collection, shardId, leaderProps, core.getCoreDescriptor());
} else {
SolrException.log(log, "Sync Failed");
log.info("Leader's attempt to sync with shard failed, moving to the next canidate");
// lets see who seems ahead...
}