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:
Hiram R. Chirino 2006-10-25 16:05:00 +00:00
parent b91928db8c
commit 1b9276d2c1
1 changed files with 1 additions and 2 deletions

View File

@ -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 {