dbus: Fix a copy-paste error in debug print

Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
This commit is contained in:
Purushottam Kushwaha 2015-11-03 07:03:58 +00:00 committed by Jouni Malinen
parent 8a848fae66
commit fb7e7daeff

View file

@ -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 */
}