From: Jouni Malinen Date: Sat, 26 Dec 2009 12:14:31 +0000 (+0200) Subject: dbus: show messages in debug log X-Git-Tag: hostap_0_7_1~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=833fe95eb1d0d7790c86da5cdabda3a8d3063af5;p=thirdparty%2Fhostap.git dbus: show messages in debug log --- diff --git a/wpa_supplicant/dbus/dbus_new_helpers.c b/wpa_supplicant/dbus/dbus_new_helpers.c index d57e54908..99552cbcf 100644 --- a/wpa_supplicant/dbus/dbus_new_helpers.c +++ b/wpa_supplicant/dbus/dbus_new_helpers.c @@ -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,