From: Simon McVittie Date: Mon, 16 Feb 2015 12:03:32 +0000 (+0000) Subject: dbus-monitor: clarify column headers X-Git-Tag: dbus-1.10.6~246 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bb950952e63c673904bdd76609cee9d0e2c157ab;p=platform%2Fupstream%2Fdbus.git 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 Reviewed-by: Ralf Habacker --- diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index c5d39926..a4810760 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