mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-20 22:42:16 +01:00
set log level to info instead of error
This commit is contained in:
@@ -280,7 +280,7 @@ public class RunMojo extends AbstractMojo
|
||||
*/
|
||||
private void runServletContainer(File warFile) throws MojoFailureException
|
||||
{
|
||||
getLog().error("start servletcontainer at port " + port);
|
||||
getLog().info("start servletcontainer at port " + port);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user