mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Drop debug print level for informative debug messages
These are certainly not error conditions, but normal cases for starting up. Drop the message from ERROR to DEBUG. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
cd9f5511a3
commit
1ace2f7c09
@ -260,7 +260,7 @@ hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name,
|
|||||||
struct hostapd_iface *iface;
|
struct hostapd_iface *iface;
|
||||||
int k;
|
int k;
|
||||||
|
|
||||||
wpa_printf(MSG_ERROR, "Configuration file: %s", config_fname);
|
wpa_printf(MSG_DEBUG, "Configuration file: %s", config_fname);
|
||||||
iface = hostapd_init(interfaces, config_fname);
|
iface = hostapd_init(interfaces, config_fname);
|
||||||
if (!iface)
|
if (!iface)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
@ -1198,7 +1198,7 @@ static int hostapd_setup_bss(struct hostapd_data *hapd, int first)
|
|||||||
conf->ssid.short_ssid = crc32(conf->ssid.ssid, conf->ssid.ssid_len);
|
conf->ssid.short_ssid = crc32(conf->ssid.ssid, conf->ssid.ssid_len);
|
||||||
|
|
||||||
if (!hostapd_drv_none(hapd)) {
|
if (!hostapd_drv_none(hapd)) {
|
||||||
wpa_printf(MSG_ERROR, "Using interface %s with hwaddr " MACSTR
|
wpa_printf(MSG_DEBUG, "Using interface %s with hwaddr " MACSTR
|
||||||
" and ssid \"%s\"",
|
" and ssid \"%s\"",
|
||||||
conf->iface, MAC2STR(hapd->own_addr),
|
conf->iface, MAC2STR(hapd->own_addr),
|
||||||
wpa_ssid_txt(conf->ssid.ssid, conf->ssid.ssid_len));
|
wpa_ssid_txt(conf->ssid.ssid, conf->ssid.ssid_len));
|
||||||
|
Loading…
Reference in New Issue
Block a user