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:
Ryan McKinley 2012-04-27 17:59:14 +00:00
parent 346f8830ee
commit ca210975bf
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ public class CoreContainer
}
}
}
catch(Exception ex) {
catch(Throwable ex) {
log.warn("Unable to read SLF4J version", ex);
}