Fixed a typo in a comment
authorJouni Malinen <j@w1.fi>
Sat, 20 Dec 2008 19:51:34 +0000 (21:51 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 20 Dec 2008 19:51:34 +0000 (21:51 +0200)
wpa_supplicant/ctrl_iface.c

index 619de4e..4154583 100644 (file)
@@ -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;
        }