mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-17 18:34:03 -05:00
D-Bus: Clean up debug print for P2P invitation result
wpa_printf() does not need '\n' so remove the extra newline. In addition, drop the priority of this message from MSG_INFO to MSG_DEBUG since this is in no way exceptional operation. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
8d82c2105b
commit
0c92963656
@ -1362,7 +1362,7 @@ void wpas_dbus_signal_p2p_invitation_result(struct wpa_supplicant *wpa_s,
|
|||||||
DBusMessageIter iter, dict_iter;
|
DBusMessageIter iter, dict_iter;
|
||||||
struct wpas_dbus_priv *iface;
|
struct wpas_dbus_priv *iface;
|
||||||
|
|
||||||
wpa_printf(MSG_INFO, "%s\n", __func__);
|
wpa_printf(MSG_DEBUG, "%s", __func__);
|
||||||
|
|
||||||
iface = wpa_s->global->dbus;
|
iface = wpa_s->global->dbus;
|
||||||
/* Do nothing if the control interface is not turned on */
|
/* Do nothing if the control interface is not turned on */
|
||||||
|
Loading…
Reference in New Issue
Block a user