From 673bbef29357b01a73ab7be13465d740756544dd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 16 Feb 2015 12:03:32 +0000 Subject: [PATCH 3/3] dbus-monitor: clarify column headers - change "ref serial" to "in_reply_to" (avoiding whitespace for easy visual parsing) - prefix with # to clarify that these are not part of the data Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89165 --- tools/dbus-monitor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index c5d3992..a481076 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -132,8 +132,8 @@ typedef enum static void profile_print_headers (void) { - printf ("type\tsec\tusec\tserial\tsender\tdestination\tpath\tinterface\tmember\n"); - printf ("\t\t\t\t\t\t\tref serial\n"); + printf ("#type\tsec\tusec\tserial\tsender\tdestination\tpath\tinterface\tmember\n"); + printf ("#\t\t\t\t\t\t\tin_reply_to\n"); } static void -- 2.1.4