[jboss-remoting-commits] JBoss Remoting SVN: r3612 - remoting2/branches/2.x/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 13 00:54:53 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-03-13 00:54:53 -0400 (Thu, 13 Mar 2008)
New Revision: 3612

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/Client.java
Log:
JBREM-826: Removed some log.error() calls.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Client.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Client.java	2008-03-13 03:34:35 UTC (rev 3611)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Client.java	2008-03-13 04:54:53 UTC (rev 3612)
@@ -323,7 +323,7 @@
             }
             catch (Exception e)
             {
-               log.error(e);
+               log.debug(e);
                throw new IOException(e.getMessage());
             }
 
@@ -1080,7 +1080,7 @@
                   }
                   catch (Exception e)
                   {
-                     log.warn("unable to remove remote callback handler: " + e.getMessage());
+                     log.debug("unable to remove remote callback handler", e);
                   }
                }
 
@@ -1124,7 +1124,7 @@
                         }
                         catch (Exception e)
                         {
-                           log.warn("unable to remove remote callback handler: " + e.getMessage());
+                           log.debug("unable to remove remote callback handler", e);
                         }
                      }
 




More information about the jboss-remoting-commits mailing list