From 87a75106d1d5361fa86156aa25e70d9c42f95da5 Mon Sep 17 00:00:00 2001 From: ccremers Date: Thu, 14 Oct 2004 13:29:28 +0000 Subject: [PATCH] - Printing the protocol tab-separated from the role is more useful for script-based parsing. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 34735b5..ee50117 100644 --- a/src/main.c +++ b/src/main.c @@ -767,7 +767,7 @@ timersPrint (const System sys) /* modern version: claim label is tuple (protocname, label) */ /* first print protocol.role */ termPrint (cl_scan->label->left.op1); - eprintf ("."); + eprintf ("\t"); termPrint (cl_scan->rolename); eprintf ("\t"); /* second print event_label */