You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2001/11/02 00:47:59 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/environment/commandline LinkSamplingEnvironment.java FileSavingEnvironment.java

stefano     01/11/01 15:47:59

  Modified:    src/org/apache/cocoon/environment/commandline
                        LinkSamplingEnvironment.java
                        FileSavingEnvironment.java
  Log:
  more readable logs
  
  Revision  Changes    Path
  1.7       +2 -2      xml-cocoon2/src/org/apache/cocoon/environment/commandline/LinkSamplingEnvironment.java
  
  Index: LinkSamplingEnvironment.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/environment/commandline/LinkSamplingEnvironment.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- LinkSamplingEnvironment.java	2001/10/11 07:28:20	1.6
  +++ LinkSamplingEnvironment.java	2001/11/01 23:47:58	1.7
  @@ -20,7 +20,7 @@
    * This environment is sample the links of the resource.
    *
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version CVS $Revision: 1.6 $ $Date: 2001/10/11 07:28:20 $
  + * @version CVS $Revision: 1.7 $ $Date: 2001/11/01 23:47:58 $
    */
   
   public class LinkSamplingEnvironment extends AbstractCommandLineEnvironment {
  @@ -34,7 +34,7 @@
                                      Logger log)
       throws MalformedURLException, IOException {
           super(uri, Constants.LINK_VIEW, contextFile, new ByteArrayOutputStream(), log);
  -        this.getLogger().debug("LinkSamplingEnvironment: uri=" + uri);
  +        this.getLogger().debug("LinkSamplingEnvironment: uri = " + uri);
           this.objectModel.put(Constants.REQUEST_OBJECT, new CommandLineRequest(this, null, uri, null, attributes, parameters));
           this.objectModel.put(Constants.RESPONSE_OBJECT, new CommandLineResponse());
       }
  
  
  
  1.7       +2 -2      xml-cocoon2/src/org/apache/cocoon/environment/commandline/FileSavingEnvironment.java
  
  Index: FileSavingEnvironment.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/environment/commandline/FileSavingEnvironment.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- FileSavingEnvironment.java	2001/10/11 07:28:20	1.6
  +++ FileSavingEnvironment.java	2001/11/01 23:47:58	1.7
  @@ -20,7 +20,7 @@
    * This environment is used to save the requested file to disk.
    *
    * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
  - * @version CVS $Revision: 1.6 $ $Date: 2001/10/11 07:28:20 $
  + * @version CVS $Revision: 1.7 $ $Date: 2001/11/01 23:47:58 $
    */
   
   public class FileSavingEnvironment extends AbstractCommandLineEnvironment {
  @@ -34,7 +34,7 @@
                                    Logger log)
       throws MalformedURLException {
           super(uri, null, context, stream, log);
  -        this.getLogger().debug("FileSavingEnvironment: uri=" + uri);
  +        this.getLogger().debug("FileSavingEnvironment: uri = " + uri);
           this.objectModel.put(Constants.LINK_OBJECT, links);
           this.objectModel.put(Constants.REQUEST_OBJECT, new CommandLineRequest(this, null, uri, null, attributes, parameters));
           this.objectModel.put(Constants.RESPONSE_OBJECT, new CommandLineResponse());
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org