dbus: Fix a copy-paste error in debug print
Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
This commit is contained in:
parent
8a848fae66
commit
fb7e7daeff
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue