mirror of https://github.com/apache/activemq.git
Improve logging.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1493136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
205c6bec88
commit
bbab23ee7b
|
@ -534,7 +534,8 @@ class AmqpProtocolConverter {
|
|||
messageId.setProducerSequenceId(messageIdGenerator.getNextSequenceId());
|
||||
|
||||
if (LOG.isTraceEnabled()) {
|
||||
LOG.trace("Inbound Message:{} from Producer:{}", message.getMessageId(), producerId);
|
||||
LOG.trace("Inbound Message:{} from Producer:{}", message.getMessageId(),
|
||||
producerId + ":" + messageId.getProducerSequenceId());
|
||||
}
|
||||
|
||||
DeliveryState remoteState = delivery.getRemoteState();
|
||||
|
|
Loading…
Reference in New Issue