Havret commented on a change in pull request #28: NO-JIRA: Extend logging
URL: https://github.com/apache/activemq-nms-amqp/pull/28#discussion_r323418336
##########
File path: src/NMS.AMQP/NmsSession.cs
##########
@@ -428,6 +432,11 @@ public void AcknowledgeIndividual(AckType ackType,
InboundMessageDispatch envelo
internal void
EnqueueForDispatch(NmsMessageConsumer.MessageDeliveryTask task)
{
+ if (Tracer.IsDebugEnabled)
+ {
Review comment:
I kinda like it better with curly brackets.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services