You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2004/04/25 22:00:35 UTC

cvs commit: cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/source/impl CachingSourceFactory.java

haul        2004/04/25 13:00:35

  Modified:    src/blocks/scratchpad/java/org/apache/cocoon/components/source/impl
                        CachingSourceFactory.java
  Log:
  correct log statement
  
  Revision  Changes    Path
  1.9       +2 -2      cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/source/impl/CachingSourceFactory.java
  
  Index: CachingSourceFactory.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/source/impl/CachingSourceFactory.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- CachingSourceFactory.java	26 Mar 2004 16:45:31 -0000	1.8
  +++ CachingSourceFactory.java	25 Apr 2004 20:00:35 -0000	1.9
  @@ -198,7 +198,7 @@
           try {
               this.cache = (Cache) this.manager.lookup(this.cacheRole);
           } catch (ServiceException se) {
  -            throw new SourceException("Missing service dependency: " + SourceResolver.ROLE, se);
  +            throw new SourceException("Missing service dependency: " + this.cacheRole, se);
           }
           if (this.async) {
               try {