mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 01:17:58 +02:00
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:
parent
a52ef07c80
commit
bb950952e6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue