--- hostapd/main.c.orig 2021-06-10 11:54:40.270165586 -0700 +++ hostapd/main.c 2021-06-10 11:54:57.938401371 -0700 @@ -263,7 +263,6 @@ struct hostapd_iface *iface; int k; - wpa_printf(MSG_ERROR, "Configuration file: %s", config_fname); iface = hostapd_init(interfaces, config_fname); if (!iface) return NULL; --- src/ap/hostapd.c.orig 2021-06-10 14:31:03.246180611 -0700 +++ src/ap/hostapd.c 2021-06-10 14:31:32.414552937 -0700 @@ -3149,9 +3149,6 @@ void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s) { - wpa_printf(MSG_INFO, "%s: interface state %s->%s", - iface->conf ? iface->conf->bss[0]->iface : "N/A", - hostapd_state_text(iface->state), hostapd_state_text(s)); iface->state = s; } --- src/drivers/rfkill.c.orig 2021-06-10 11:07:12.711865902 -0700 +++ src/drivers/rfkill.c 2021-06-10 11:07:58.616478514 -0700 @@ -125,8 +125,6 @@ rfkill->cfg = cfg; rfkill->fd = open("/dev/rfkill", O_RDONLY); if (rfkill->fd < 0) { - wpa_printf(MSG_INFO, "rfkill: Cannot open RFKILL control " - "device"); goto fail; }