mirror of https://github.com/apache/lucene.git
SOLR-3358: catch Throwable rather hten Exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331523 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
346f8830ee
commit
ca210975bf
|
@ -402,7 +402,7 @@ public class CoreContainer
|
|||
}
|
||||
}
|
||||
}
|
||||
catch(Exception ex) {
|
||||
catch(Throwable ex) {
|
||||
log.warn("Unable to read SLF4J version", ex);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue