Author: ron.sigal(a)jboss.com
Date: 2008-03-12 03:54:08 -0400 (Wed, 12 Mar 2008)
New Revision: 3605
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/detection/AbstractDetector.java
Log:
JBREM-826: Removed some log.error() calls.
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/detection/AbstractDetector.java
===================================================================
---
remoting2/branches/2.x/src/main/org/jboss/remoting/detection/AbstractDetector.java 2008-03-12
07:53:05 UTC (rev 3604)
+++
remoting2/branches/2.x/src/main/org/jboss/remoting/detection/AbstractDetector.java 2008-03-12
07:54:08 UTC (rev 3605)
@@ -499,7 +499,8 @@
}
catch (Exception e)
{
- log.error("Error during detection of: " + detection, e);
+ log.warn("Error during detection of: " + detection);
+ log.debug("Error during detection of: " + detection, e);
}
}
else if (log.isTraceEnabled())
Show replies by date