alex-rufous commented on a change in pull request #85:
URL: https://github.com/apache/qpid-broker-j/pull/85#discussion_r636375792



##########
File path: 
broker-core/src/main/java/org/apache/qpid/server/queue/QueueConsumerImpl.java
##########
@@ -568,7 +568,7 @@ public String toLogString()
         }
         else
         {
-            String queueString = new QueueLogSubject(_queue).toLogString();
+            String queueString = new QueueLogSubject(getName(), 
getName()).toLogString();

Review comment:
       the second argument should be a virtual host name




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to