mirror of https://github.com/apache/maven.git
MNG-2829 PlexusLoggerAdapter.error(String, Throwable) ignores Throwable
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@512897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d9004ba0ef
commit
053216ffe6
|
@ -86,7 +86,7 @@ public class PlexusLoggerAdapter
|
||||||
public void error( String message,
|
public void error( String message,
|
||||||
Throwable throwable )
|
Throwable throwable )
|
||||||
{
|
{
|
||||||
logger.error( message );
|
logger.error( message, throwable );
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isErrorEnabled()
|
public boolean isErrorEnabled()
|
||||||
|
|
Loading…
Reference in New Issue