Improve logging.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1493136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2013-06-14 16:06:55 +00:00
parent 205c6bec88
commit bbab23ee7b
1 changed files with 2 additions and 1 deletions

View File

@ -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();