]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Make the "invalid group" error show up with default verbosity level
authorJouni Malinen <j@w1.fi>
Thu, 6 Mar 2008 20:49:46 +0000 (22:49 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 6 Mar 2008 20:49:46 +0000 (22:49 +0200)
wpa_supplicant/ctrl_iface_unix.c

index 2956899cc4874a460dcecd807a0706e759aef2b5..bf6328e75e5a42ca2597e94e57293b0572a703c2 100644 (file)
@@ -311,7 +311,7 @@ wpa_supplicant_ctrl_iface_init(struct wpa_supplicant *wpa_s)
                        /* Group name not found - try to parse this as gid */
                        gid = strtol(gid_str, &endp, 10);
                        if (*gid_str == '\0' || *endp != '\0') {
-                               wpa_printf(MSG_DEBUG, "CTRL: Invalid group "
+                               wpa_printf(MSG_ERROR, "CTRL: Invalid group "
                                           "'%s'", gid_str);
                                goto fail;
                        }