]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
dbus: Fix a copy-paste error in debug print
authorPurushottam Kushwaha <p.kushwaha@samsung.com>
Tue, 3 Nov 2015 07:03:58 +0000 (07:03 +0000)
committerJouni Malinen <j@w1.fi>
Sun, 15 Nov 2015 16:53:51 +0000 (18:53 +0200)
Signed-off-by: Mayank Haarit <mayank.h@samsung.com>
wpa_supplicant/dbus/dbus_new_handlers.c

index a963e85c8758eb9b03aadedd4a241a9bde5ca5ac..16492da77c4ef60a2ef65f4d08966e861831d787 100644 (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 */
 }