Most messages of the form "Successfully..." are set to MSG_DEBUG. Signed-off-by: Andrew Sayers <w1.fi@xxxxxxxxxxxxxxx> --- wpa_supplicant/events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) I'm fine with wpa_dbg(), but the other "Successfully..." messages use wpa_printf(), so this will be missing for some people that see them. Not sure if that matters. diff --git a/wpa_supplicant/events.c b/wpa_supplicant/events.c index 2be597409..3ae17ace4 100644 --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c @@ -3111,7 +3111,7 @@ static void wpa_supplicant_set_4addr_mode(struct wpa_supplicant *wpa_s) goto fail; } wpa_s->enabled_4addr_mode = 1; - wpa_msg(wpa_s, MSG_INFO, "Successfully set 4addr mode"); + wpa_dbg(wpa_s, MSG_DEBUG, "Successfully set 4addr mode"); return; fail: -- 2.47.2 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap