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:
Hiram R. Chirino 2012-11-29 17:09:32 +00:00
parent 537e598a84
commit 81a2c83608
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}