[jboss-cvs] JBossAS SVN: r99049 - branches/JBPAPP_5_0/jmx/src/main/org/jboss/mx/loading.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 5 16:59:38 EST 2010


Author: dereed
Date: 2010-01-05 16:59:38 -0500 (Tue, 05 Jan 2010)
New Revision: 99049

Modified:
   branches/JBPAPP_5_0/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java
Log:
[JBPAPP-2765] Reduce logging from ERROR to WARN 


Modified: branches/JBPAPP_5_0/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java
===================================================================
--- branches/JBPAPP_5_0/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java	2010-01-05 21:31:26 UTC (rev 99048)
+++ branches/JBPAPP_5_0/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java	2010-01-05 21:59:38 UTC (rev 99049)
@@ -427,7 +427,7 @@
             catch(Throwable ex)
             {
                loadTask.setLoadError(ex);
-               log.error("Failed to reschedule task after LinkageError", ex);               
+               log.warn("Failed to reschedule task after LinkageError", ex);               
             }
             if( trace )
                log.trace("Post LinkageError state, loadTask="+loadTask);
@@ -435,7 +435,7 @@
          else
          {
             loadTask.setLoadError(e);
-            log.error("Not resheduling failed loading task, loadTask="+loadTask, e);
+            log.warn("Not resheduling failed loading task, loadTask="+loadTask, e);
          }
       }
       finally




More information about the jboss-cvs-commits mailing list