[jboss-cvs] JBossAS SVN: r64187 - trunk/cluster/src/main/org/jboss/ha/framework/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Jul 22 10:22:59 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-07-22 10:22:59 -0400 (Sun, 22 Jul 2007)
New Revision: 64187

Modified:
   trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java
Log:
Logging tweaks

Modified: trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java	2007-07-22 12:48:27 UTC (rev 64186)
+++ trunk/cluster/src/main/org/jboss/ha/framework/server/ClusterPartition.java	2007-07-22 14:22:59 UTC (rev 64187)
@@ -387,7 +387,7 @@
          }
          catch (Exception e)
          {
-            log.error("ReplicantManager stop operation failed", e);
+            log.error("DistributedReplicantManager stop operation failed", e);
          }
       }      
 
@@ -413,7 +413,7 @@
             ctx.unbind(boundName);
          }
          catch (Exception e) {
-            log.warn("partition unbind operation failed: " + e.toString());
+            log.error("partition unbind operation failed", e);
          }
          finally
          {




More information about the jboss-cvs-commits mailing list