set log level to info instead of error

This commit is contained in:
Sebastian Sdorra
2011-07-30 13:44:39 +02:00
parent 6056086b60
commit 9e20c39c7c

View File

@@ -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
{