Skip to content

Commit

Permalink
Reduce log level to debug
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/trunk/tools@419509 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
cziegeler committed Jul 6, 2006
1 parent 69942d7 commit 3c912d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public OutputStream writeResource(final String documentName) throws IOException

this.alreadyDeployedFilesSet.add(targetFile.getCanonicalFile());

this.logger.info("Deploying block resource to " + getOutputDir() + "/" + outputDocumentName);
this.logger.debug("Deploying block resource to " + getOutputDir() + "/" + outputDocumentName);

return new FileOutputStream(FileUtils.createDirectory(targetFile));
}
Expand Down

0 comments on commit 3c912d9

Please sign in to comment.