diff --git a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java index e57c5234c3..50b7e2e23b 100644 --- a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java +++ b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/JMSClientTest.java @@ -466,7 +466,7 @@ public class JMSClientTest extends JMSClientTestSupport { session.createConsumer(queue); fail("Should have thrown an IllegalStateException"); } catch (Exception ex) { - LOG.info("Caught exception on receive: {}", ex); + LOG.info("Caught exception on consumer create: {}", ex); } } @@ -563,7 +563,7 @@ public class JMSClientTest extends JMSClientTestSupport { msg = "Should have returned null"; } } catch (Exception ex) { - LOG.info("Caught exception on receive(1000): {}", ex); + LOG.info("Caught exception on receive(): {}", ex); } } };