Polishing
This commit is contained in:
parent
ae3434ba4c
commit
9b184e3955
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue