mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-02 21:18:24 +02:00
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:
parent
3c889c694d
commit
e78bac35cc
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue