[jboss-cvs] JBossAS SVN: r62368 - branches/Branch_4_2/system/src/main/org/jboss/deployment.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 16 11:43:43 EDT 2007


Author: dimitris at jboss.org
Date: 2007-04-16 11:43:43 -0400 (Mon, 16 Apr 2007)
New Revision: 62368

Modified:
   branches/Branch_4_2/system/src/main/org/jboss/deployment/MainDeployer.java
Log:
JBPAPP-65, remove the logging of the noise exception, which is ignored anyway.

Modified: branches/Branch_4_2/system/src/main/org/jboss/deployment/MainDeployer.java
===================================================================
--- branches/Branch_4_2/system/src/main/org/jboss/deployment/MainDeployer.java	2007-04-16 15:27:57 UTC (rev 62367)
+++ branches/Branch_4_2/system/src/main/org/jboss/deployment/MainDeployer.java	2007-04-16 15:43:43 UTC (rev 62368)
@@ -1152,8 +1152,8 @@
             }
             catch (Exception ignore)
             {
-               log.debug("The manifest entry in "+sdi.url+" references URL "+lib+
-                  " which could not be opened, entry ignored", ignore);
+               log.debug("The manifest entry in " + sdi.url + " references URL " +
+                     lib + " which could not be opened, entry ignored");
             }
          }
       }




More information about the jboss-cvs-commits mailing list