Author: ron.sigal(a)jboss.com
Date: 2008-05-09 19:52:07 -0400 (Fri, 09 May 2008)
New Revision: 4157
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java
Log:
JBREM-976: Reduced logging noise.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java 2008-05-09
23:39:25 UTC (rev 4156)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/transport/http/ssl/HTTPSClientInvoker.java 2008-05-09
23:52:07 UTC (rev 4157)
@@ -143,7 +143,8 @@
}
catch (Exception e)
{
- log.error("Error creating SSL Socket Factory for client invoker.",
e);
+ log.error("Error creating SSL Socket Factory for client invoker: " +
e.getMessage());
+ log.debug("Error creating SSL Socket Factory for client invoker.",
e);
}
if (wrapper != null)
Show replies by date