hostapd: Use correct wpa_printf verbosity level for message
authorJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 18:12:36 +0000 (20:12 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 3 Nov 2013 18:12:36 +0000 (20:12 +0200)
This configuration file message is informative and MSG_INFO should be
used instead of MSG_ERROR.

Signed-hostap: Jouni Malinen <j@w1.fi>

src/ap/hostapd.c

index f99ee0c..80452a8 100644 (file)
@@ -1369,7 +1369,7 @@ hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
                }
        }
 
-       wpa_printf(MSG_ERROR, "Configuration file: %s (phy %s)%s",
+       wpa_printf(MSG_INFO, "Configuration file: %s (phy %s)%s",
                   config_fname, phy, iface ? "" : " --> new PHY");
        if (iface) {
                struct hostapd_config *conf;