dbus-monitor: Keep parameter list of method returns in --monitor mode in sync with --profile mode.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88896
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Ralf Habacker 2015-02-17 08:38:44 +01:00 committed by Simon McVittie
parent 3c889c694d
commit e78bac35cc

View file

@ -559,7 +559,8 @@ print_message (DBusMessage *message, dbus_bool_t literal)
break;
case DBUS_MESSAGE_TYPE_METHOD_RETURN:
printf (" reply_serial=%u\n",
printf (" serial=%u reply_serial=%u\n",
dbus_message_get_serial (message),
dbus_message_get_reply_serial (message));
break;