[PATCH v2] wpa_supplicant: use wpa_dbg for "Successfully set 4addr mode"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux