]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
wpa_supplicant: Use wpa_dbg() for "Successfully set 4addr mode"
authorAndrew Sayers <w1.fi@pileofstuff.org>
Mon, 27 Jan 2025 18:41:47 +0000 (18:41 +0000)
committerJouni Malinen <j@w1.fi>
Sat, 1 Feb 2025 16:42:46 +0000 (18:42 +0200)
Most messages of the form "Successfully..." are set to MSG_DEBUG and
there is no need for this specific one to be any different.

Signed-off-by: Andrew Sayers <w1.fi@pileofstuff.org>
wpa_supplicant/events.c

index 2be597409061eab082adafd247cff0cb6dc83aab..3ae17ace4676850c07337cdca69e50027a31db51 100644 (file)
@@ -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: