Commit db702521 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.5.x'

parents 3c35066e 9b184e39
/*
* Copyright 2010-2014 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
/*
* Copyright 2010-2015 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
......@@ -122,7 +122,7 @@ public final class FailureAnalyzers {
}
}
catch (Throwable ex) {
log.debug("FailureAnalyzer " + analyzer + " failed", ex);
logger.debug("FailureAnalyzer " + analyzer + " failed", ex);
}
}
return null;
......
/*
* Copyright 2010-2016 the original author or authors.
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
......
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