- Printing the protocol tab-separated from the role is more useful for
script-based parsing.
This commit is contained in:
parent
2bc1df6135
commit
87a75106d1
@ -767,7 +767,7 @@ timersPrint (const System sys)
|
|||||||
/* modern version: claim label is tuple (protocname, label) */
|
/* modern version: claim label is tuple (protocname, label) */
|
||||||
/* first print protocol.role */
|
/* first print protocol.role */
|
||||||
termPrint (cl_scan->label->left.op1);
|
termPrint (cl_scan->label->left.op1);
|
||||||
eprintf (".");
|
eprintf ("\t");
|
||||||
termPrint (cl_scan->rolename);
|
termPrint (cl_scan->rolename);
|
||||||
eprintf ("\t");
|
eprintf ("\t");
|
||||||
/* second print event_label */
|
/* second print event_label */
|
||||||
|
Loading…
Reference in New Issue
Block a user