[jboss-cvs] JBossAS SVN: r57592 - projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 12 14:09:04 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-12 14:09:02 -0400 (Thu, 12 Oct 2006)
New Revision: 57592

Modified:
   projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/AbstractCandidateStructureVisitor.java
Log:
Fix the logger name

Modified: projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/AbstractCandidateStructureVisitor.java
===================================================================
--- projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/AbstractCandidateStructureVisitor.java	2006-10-12 17:58:43 UTC (rev 57591)
+++ projects/microcontainer/trunk/deployers/src/main/org/jboss/deployers/plugins/structure/vfs/AbstractCandidateStructureVisitor.java	2006-10-12 18:09:02 UTC (rev 57592)
@@ -41,7 +41,7 @@
 public class AbstractCandidateStructureVisitor extends AbstractVirtualFileVisitor
 {
    /** The log */
-   private static final Logger log = Logger.getLogger(JARCandidateStructureVisitor.class);
+   private static final Logger log = Logger.getLogger(AbstractCandidateStructureVisitor.class);
 
    /** The parent deployment context */
    private final DeploymentContext parent;




More information about the jboss-cvs-commits mailing list