[jboss-cvs] JBoss Messaging SVN: r6593 - trunk/src/main/org/jboss/messaging/core/deployers/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 28 03:47:06 EDT 2009


Author: jmesnil
Date: 2009-04-28 03:47:06 -0400 (Tue, 28 Apr 2009)
New Revision: 6593

Modified:
   trunk/src/main/org/jboss/messaging/core/deployers/impl/FileDeploymentManager.java
Log:
FileDeploymentManager error log

* display the URL of the failing node when an error occurred

Modified: trunk/src/main/org/jboss/messaging/core/deployers/impl/FileDeploymentManager.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/deployers/impl/FileDeploymentManager.java	2009-04-28 03:05:39 UTC (rev 6592)
+++ trunk/src/main/org/jboss/messaging/core/deployers/impl/FileDeploymentManager.java	2009-04-28 07:47:06 UTC (rev 6593)
@@ -246,7 +246,7 @@
                }
                catch (Exception e)
                {
-                  log.error("Error undeploying " + entry.getKey(), e);
+                  log.error("Error undeploying " + entry.getKey().a, e);
                }
             }
          }




More information about the jboss-cvs-commits mailing list