diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-04-18 14:54:36 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-04-18 14:54:36 +0000 |
| commit | 5b4a857c5a1bc2fbf37cfddafed999345d99f195 (patch) | |
| tree | 24109377f880f265d0d38e3c733e9ad808e541b1 /java/client | |
| parent | 5087da1a0349c941c141f918d00fd77826732d96 (diff) | |
| download | qpid-python-5b4a857c5a1bc2fbf37cfddafed999345d99f195.tar.gz | |
Removed e.printstacktrace that sneaked in with the other code style changes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@530044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client')
| -rw-r--r-- | java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java b/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java index 1fd95cacd6..1c3cdbcb65 100644 --- a/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java +++ b/java/client/src/main/java/org/apache/qpid/client/BasicMessageConsumer.java @@ -497,8 +497,7 @@ public class BasicMessageConsumer extends Closeable implements MessageConsumer } catch (AMQException e) { - // _logger.error("Error closing consumer: " + e, e); - e.printStackTrace(); + // _logger.error("Error closing consumer: " + e, e); JMSException jmse = new JMSException("Error closing consumer: " + e); jmse.setLinkedException(e); throw jmse; |
