mirror of https://github.com/apache/activemq.git
It's ok if we can load the SPI class, it just means we don't have the broker module in the classpath. So lets not print out the stacktrace.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1415275 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
537e598a84
commit
81a2c83608
|
@ -39,7 +39,6 @@ public class TransportLoggerSupport {
|
|||
temp = (SPI) TransportLoggerSupport.class.getClassLoader().loadClass("org.apache.activemq.transport.TransportLoggerFactorySPI").newInstance();
|
||||
} catch (Throwable e) {
|
||||
temp = null;
|
||||
e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
|
||||
}
|
||||
spi = temp;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue