Bug: https://bugs.freedesktop.org/show_bug.cgi?id=89165
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
profile_print_headers (void)
{
printf ("#type\ttimestamp\tserial\tsender\tdestination\tpath\tinterface\tmember\n");
- printf ("#\t\t\t\t\t\tin_reply_to\n");
+ printf ("#\t\t\t\t\tin_reply_to\n");
}
static void
if (attrs & PROFILE_ATTRIBUTE_FLAG_REPLY_SERIAL)
printf ("\t%u", dbus_message_get_reply_serial (message));
- else
- printf ("\t");
if (attrs & PROFILE_ATTRIBUTE_FLAG_PATH)
printf ("\t%s", TRAP_NULL_STRING (dbus_message_get_path (message)));