Author: ron.sigal(a)jboss.com
Date: 2008-03-13 00:59:32 -0400 (Thu, 13 Mar 2008)
New Revision: 3626
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.java
Log:
JBREM-826: Removed some log.error() calls.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.java 2008-03-13
04:59:19 UTC (rev 3625)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/sslrmi/SerializableSSLClientSocketFactory.java 2008-03-13
04:59:32 UTC (rev 3626)
@@ -122,7 +122,7 @@
}
catch (IOException e)
{
- log.error(e);
+ log.debug(e);
throw new RuntimeException("Unable to create customized SSL socket
factory", e);
}
}
Show replies by date