This commit is contained in:
Phillip Webb 2014-02-12 11:12:03 -08:00
parent a61a45092d
commit 69e7fb4c98
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class LogbackLoggingSystem extends AbstractLoggingSystem {
try {
SLF4JBridgeHandler.removeHandlersForRootLogger();
}
catch (NoSuchMethodError e) {
catch (NoSuchMethodError ex) {
// Method missing in older versions of SLF4J like in JBoss AS 7.1
SLF4JBridgeHandler.uninstall();
}