Author: tchemit Date: 2009-08-29 18:41:14 +0200 (Sat, 29 Aug 2009) New Revision: 1637 Modified: trunk/src/main/java/org/nuiton/license/header/plugin/UpdateHeaderPlugin.java Log: improve log Modified: trunk/src/main/java/org/nuiton/license/header/plugin/UpdateHeaderPlugin.java =================================================================== --- trunk/src/main/java/org/nuiton/license/header/plugin/UpdateHeaderPlugin.java 2009-08-29 16:24:39 UTC (rev 1636) +++ trunk/src/main/java/org/nuiton/license/header/plugin/UpdateHeaderPlugin.java 2009-08-29 16:41:14 UTC (rev 1637) @@ -279,6 +279,7 @@ // build the comment boxed header content boxedLicenseHeaderContent = generator.getHeader(licenseHeaderContent); + getLog().info("config - header to use\n" + boxedLicenseHeaderContent); } else { getLog().info("no file to treate.");