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:
Chris M. Hostetter 2013-08-30 01:19:41 +00:00
parent dc0dca5172
commit 2f99004faf
1 changed files with 1 additions and 2 deletions

View File

@ -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);