dbus: show messages in debug log
This commit is contained in:
parent
376900708a
commit
833fe95eb1
1 changed files with 2 additions and 0 deletions
|
@ -1030,6 +1030,8 @@ static DBusHandlerResult message_handler(DBusConnection *connection,
|
|||
msg_interface = dbus_message_get_interface(message);
|
||||
if (!method || !path || !msg_interface)
|
||||
goto out;
|
||||
wpa_printf(MSG_MSGDUMP, "dbus: %s.%s (%s)",
|
||||
msg_interface, method, path);
|
||||
|
||||
/* if message is introspection method call */
|
||||
if (!os_strncmp(WPA_DBUS_INTROSPECTION_METHOD, method,
|
||||
|
|
Loading…
Reference in a new issue