Reduce logging output to the console
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@366352 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0bc287a940
commit
485dc6f33c
@ -84,17 +84,17 @@ public class JxrBean
|
||||
|
||||
public void debug( String message )
|
||||
{
|
||||
log.info( message );
|
||||
log.debug( message );
|
||||
}
|
||||
|
||||
public void warn( String message )
|
||||
{
|
||||
log.info( message );
|
||||
log.warn( message );
|
||||
}
|
||||
|
||||
public void error( String message )
|
||||
{
|
||||
log.info( message );
|
||||
log.error( message );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user