diff --git a/src/ap/hostapd.c b/src/ap/hostapd.c index f99ee0c3d..80452a8c7 100644 --- a/src/ap/hostapd.c +++ b/src/ap/hostapd.c @@ -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;