mirror of https://github.com/apache/activemq.git
avoid println in the console output
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@467697 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b91928db8c
commit
1b9276d2c1
|
@ -45,8 +45,7 @@ public class BadConnectionTest extends TestCase {
|
|||
fail("This should never succeed");
|
||||
}
|
||||
catch (IOException e) {
|
||||
log.info("Caught expected exception: " + e);
|
||||
e.printStackTrace();
|
||||
log.info("Caught expected exception: " + e, e);
|
||||
}
|
||||
}
|
||||
protected Transport createTransport() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue