update maven-assembly-plugin to version 2.2

This commit is contained in:
Sebastian Sdorra
2010-10-16 12:02:40 +02:00
parent 2df5290198
commit f55fd4b1bd
3 changed files with 4 additions and 4 deletions

View File

@@ -164,9 +164,9 @@ public class CGIRunner
execCmd = cmdPrefix + " " + execCmd;
}
if (logger.isInfoEnabled())
if (logger.isDebugEnabled())
{
logger.info("execute cgi: ".concat(execCmd));
logger.debug("execute cgi: ".concat(execCmd));
}
Process p = (dir == null)