dbus-monitor: clarify column headers
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 16 Feb 2015 12:03:32 +0000 (12:03 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 16 Feb 2015 12:53:18 +0000 (12:53 +0000)
- 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 <ralf.habacker@freenet.de>
tools/dbus-monitor.c

index c5d399268140bda117576d3b5cedc1882301d8b1..a4810760a1f9798ecfc3f5a063795d50f79f4609 100644 (file)
@@ -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