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>
This commit is contained in:
Simon McVittie 2015-02-16 12:03:32 +00:00
parent a52ef07c80
commit bb950952e6

View 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