summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-16 12:03:32 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2015-02-16 12:53:18 +0000
commitbb950952e63c673904bdd76609cee9d0e2c157ab (patch)
tree0555eeeba4efd118f7b96d2e9a829a8934b3fdf8
parenta52ef07c8057459563c0e55a188721492926e427 (diff)
downloaddbus-bb950952e63c673904bdd76609cee9d0e2c157ab.tar.gz
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 <ralf.habacker@freenet.de>
-rw-r--r--tools/dbus-monitor.c4
1 files changed, 2 insertions, 2 deletions
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