You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2014/12/11 14:31:32 UTC

svn commit: r1644628 - /qpid/dispatch/trunk/tools/qdstat

Author: tross
Date: Thu Dec 11 13:31:32 2014
New Revision: 1644628

URL: http://svn.apache.org/r1644628
Log:
NO-JIRA - Updated qdstat to handle the changed entity-name format.

Modified:
    qpid/dispatch/trunk/tools/qdstat

Modified: qpid/dispatch/trunk/tools/qdstat
URL: http://svn.apache.org/viewvc/qpid/dispatch/trunk/tools/qdstat?rev=1644628&r1=1644627&r2=1644628&view=diff
==============================================================================
--- qpid/dispatch/trunk/tools/qdstat (original)
+++ qpid/dispatch/trunk/tools/qdstat Thu Dec 11 13:31:32 2014
@@ -137,7 +137,7 @@ class BusManager(Node):
     def _name_clean(self, name):
         if not name:
             return "-"
-        pos = name.find(':')
+        pos = name.find('/')
         if pos >= 0:
             return name[pos + 1:]
         return name



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org