From: Jouni Malinen Date: Sat, 20 Dec 2008 19:51:34 +0000 (+0200) Subject: Fixed a typo in a comment X-Git-Tag: hostap_0_6_7~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c1e276507a3c0c8c489afb3ee1fe9bd8f7c0e31;p=thirdparty%2Fhostap.git Fixed a typo in a comment --- diff --git a/wpa_supplicant/ctrl_iface.c b/wpa_supplicant/ctrl_iface.c index 619de4e71..4154583d9 100644 --- a/wpa_supplicant/ctrl_iface.c +++ b/wpa_supplicant/ctrl_iface.c @@ -175,7 +175,7 @@ static int wpa_supplicant_ctrl_iface_wps_pin(struct wpa_supplicant *wpa_s, if (os_strcmp(cmd, "any") == 0) _bssid = NULL; else if (hwaddr_aton(cmd, bssid)) { - wpa_printf(MSG_DEBUG, "CTRL_IFACE WPS_REG: invalid BSSID '%s'", + wpa_printf(MSG_DEBUG, "CTRL_IFACE WPS_PIN: invalid BSSID '%s'", cmd); return -1; }