From: Purushottam Kushwaha Date: Tue, 3 Nov 2015 07:03:58 +0000 (+0000) Subject: dbus: Fix a copy-paste error in debug print X-Git-Tag: hostap_2_6~1400 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb7e7daeff9199eaa2ccf33a88f5eb677b013f75;p=thirdparty%2Fhostap.git dbus: Fix a copy-paste error in debug print Signed-off-by: Mayank Haarit --- diff --git a/wpa_supplicant/dbus/dbus_new_handlers.c b/wpa_supplicant/dbus/dbus_new_handlers.c index a963e85c8..16492da77 100644 --- a/wpa_supplicant/dbus/dbus_new_handlers.c +++ b/wpa_supplicant/dbus/dbus_new_handlers.c @@ -1877,7 +1877,7 @@ out: os_free(iface); return reply; #else /* IEEE8021X_EAPOL */ - wpa_printf(MSG_DEBUG, "CTRL_IFACE: 802.1X not included"); + wpa_printf(MSG_DEBUG, "dbus: 802.1X not included"); return wpas_dbus_error_unknown_error(message, "802.1X not included"); #endif /* IEEE8021X_EAPOL */ }