Polishing

This commit is contained in:
Andy Wilkinson 2017-01-13 18:47:43 -05:00
parent ae3434ba4c
commit 9b184e3955
1 changed files with 1 additions and 1 deletions

View File

@ -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;