[Jboss-cvs] JBossAS SVN: r55479 - branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Aug 9 23:48:23 EDT 2006
Author: scott.stark at jboss.org
Date: 2006-08-09 23:48:21 -0400 (Wed, 09 Aug 2006)
New Revision: 55479
Modified:
branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins/AbstractAspectDeployer.java
Log:
Log the setting of the mainDeployer
Modified: branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins/AbstractAspectDeployer.java
===================================================================
--- branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins/AbstractAspectDeployer.java 2006-08-10 03:47:40 UTC (rev 55478)
+++ branches/MC_VDF_WORK/system/src/main/org/jboss/deployers/plugins/AbstractAspectDeployer.java 2006-08-10 03:48:21 UTC (rev 55479)
@@ -125,6 +125,7 @@
public void setMainDeployer(MainDeployer mainDeployer)
{
this.mainDeployer = mainDeployer;
+ log.debug("MainDeployer set to:"+mainDeployer);
}
/**
More information about the jboss-cvs-commits
mailing list