Commit 9b184e39 authored by Andy Wilkinson's avatar Andy Wilkinson

Polishing

parent ae3434ba
...@@ -122,7 +122,7 @@ public final class FailureAnalyzers { ...@@ -122,7 +122,7 @@ public final class FailureAnalyzers {
} }
} }
catch (Throwable ex) { catch (Throwable ex) {
log.debug("FailureAnalyzer " + analyzer + " failed", ex); logger.debug("FailureAnalyzer " + analyzer + " failed", ex);
} }
} }
return null; return null;
......
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