From: Jouni Malinen Date: Thu, 27 Nov 2008 17:38:52 +0000 (+0200) Subject: Fixed a typo in a debug message X-Git-Tag: hostap_0_6_7~193 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82c39bf10f1681a0d28cd4d39222ef6b4070537a;p=thirdparty%2Fhostap.git Fixed a typo in a debug message --- diff --git a/src/eap_peer/eap_wsc.c b/src/eap_peer/eap_wsc.c index 669f336cb..19b946ac3 100644 --- a/src/eap_peer/eap_wsc.c +++ b/src/eap_peer/eap_wsc.c @@ -70,8 +70,8 @@ static int eap_wsc_new_psk_cb(void *ctx, const u8 *mac_addr, const u8 *psk, { /* struct eap_wsc_data *data = ctx; */ - wpa_printf(MSG_DEBUG, "EAP-SC: Received new WPA/WPA2-PSK from WPS for " - "STA " MACSTR, MAC2STR(mac_addr)); + wpa_printf(MSG_DEBUG, "EAP-WSC: Received new WPA/WPA2-PSK from WPS for" + " STA " MACSTR, MAC2STR(mac_addr)); wpa_hexdump_key(MSG_DEBUG, "Per-device PSK", psk, psk_len); /* TODO */