This is an automated email from the ASF dual-hosted git repository.

chug pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new ebc3293  DISPATCH-1583: add more detail to disposition web display 
string
ebc3293 is described below

commit ebc3293bb41b5b7ecebe35a2c594dae0b426e8a5
Author: Chuck Rolke <[email protected]>
AuthorDate: Wed Feb 26 16:58:53 2020 -0500

    DISPATCH-1583: add more detail to disposition web display string
---
 tools/scraper/parser.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/scraper/parser.py b/tools/scraper/parser.py
index 1a2ed92..12e89b2 100755
--- a/tools/scraper/parser.py
+++ b/tools/scraper/parser.py
@@ -519,8 +519,8 @@ class ParsedLogLine(object):
             if state is not None:
                 res.disposition_state = state.dtype_name
             ###    colorize_dispositions_not_accepted(proto, res, global_vars, 
count_anomalies)
-            res.web_show_str = ("<strong>%s</strong>  [%s] (%s %s-%s)" %
-                                (res.name, res.channel, res.role, res.first, 
res.last))
+            res.web_show_str = ("<strong>%s</strong>  [%s] (%s %s-%s 
settled=%s state=%s)" %
+                                (res.name, res.channel, res.role, res.first, 
res.last, res.settled, res.disposition_state))
 
         elif perf == 0x16:
             # Performative: detach [channel, handle]


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

Reply via email to