mirror of https://github.com/apache/lucene.git
SOLR-5058: log msg typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1518872 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc0dca5172
commit
2f99004faf
|
@ -215,8 +215,7 @@ public class PeerSync {
|
|||
|
||||
if (startingVersions != null) {
|
||||
if (startingVersions.size() == 0) {
|
||||
// no frame of reference to tell of we've missed updates
|
||||
log.warn("no frame of reference to tell of we've missed updates");
|
||||
log.warn("no frame of reference to tell if we've missed updates");
|
||||
return false;
|
||||
}
|
||||
Collections.sort(startingVersions, absComparator);
|
||||
|
|
Loading…
Reference in New Issue