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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 24 00:21:40 EST 2008


Author: scott.stark at jboss.org
Date: 2008-01-24 00:21:40 -0500 (Thu, 24 Jan 2008)
New Revision: 69264

Modified:
   projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/AbstractVFSDeploymentContext.java
Log:
Reduce the IOException msg to debug

Modified: projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/AbstractVFSDeploymentContext.java
===================================================================
--- projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/AbstractVFSDeploymentContext.java	2008-01-24 01:34:29 UTC (rev 69263)
+++ projects/microcontainer/trunk/deployers-vfs/src/main/org/jboss/deployers/vfs/plugins/structure/AbstractVFSDeploymentContext.java	2008-01-24 05:21:40 UTC (rev 69264)
@@ -205,7 +205,7 @@
          }
          catch (IOException e)
          {
-            log.warn("Search exception invocation for metafile " + name + " in " + location.getName() + ", reason: " + e);
+            log.debug("Search exception invocation for metafile " + name + " in " + location.getName() + ", reason: " + e);
          }
       }
       return result;




More information about the jboss-cvs-commits mailing list