From 65a67555c0f38dcd740b643565c36dec5cdba62f Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 17 Feb 2015 08:26:54 +0100 Subject: [PATCH 2/3] dbus-monitor: Keep term 'dest' in --monitor output in sync with related watch expression. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88896 --- tools/dbus-print-message.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/dbus-print-message.c b/tools/dbus-print-message.c index 398b8e8..2be0213 100644 --- a/tools/dbus-print-message.c +++ b/tools/dbus-print-message.c @@ -543,12 +543,12 @@ print_message (DBusMessage *message, dbus_bool_t literal, long sec, long usec) if (!literal) { if (sec == 0) - printf ("%s sender=%s -> dest=%s", + printf ("%s sender=%s -> destination=%s", type_to_name (message_type), sender ? sender : "(null sender)", destination ? destination : "(null destination)"); else - printf ("%s time=%lu.%06lu sender=%s -> dest=%s", + printf ("%s time=%lu.%06lu sender=%s -> destination=%s", type_to_name (message_type), (unsigned long) sec, (unsigned long) usec, sender ? sender : "(null sender)", -- 1.8.4.5