mirror of https://github.com/apache/activemq.git
Remove extraneous Thread.dumpStack call git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@631848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e60828c077
commit
bf20d76622
|
@ -112,7 +112,6 @@ public class ProducerEventSource implements Service, MessageListener {
|
|||
return n.intValue();
|
||||
}
|
||||
LOG.warn("No producerCount header available on the message: " + message);
|
||||
Thread.dumpStack();
|
||||
} catch (Exception e) {
|
||||
LOG.warn("Failed to extract producerCount from message: " + message + ".Reason: " + e, e);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue