Commit 69e7fb4c authored by Phillip Webb's avatar Phillip Webb

Polish

parent a61a4509
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment