[hornetq-commits] JBoss hornetq SVN: r10285 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 3 13:09:53 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-03 13:09:53 -0500 (Thu, 03 Mar 2011)
New Revision: 10285

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
Log:
change log.warn

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2011-03-03 15:30:36 UTC (rev 10284)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2011-03-03 18:09:53 UTC (rev 10285)
@@ -1706,7 +1706,7 @@
 
                   if (removed == null)
                   {
-                     throw new IllegalStateException("Failed to remove reference for " + messageID);
+                     log.warn("Failed to remove reference for " + messageID);
                   }
 
                   break;



More information about the hornetq-commits mailing list