Bump up logging level from MSG_DEBUG to MSG_INFO in need_to_roam() function for more visibility. Signed-off-by: Matthew Wang <matthewmwang@xxxxxxxxxxxx> --- wpa_supplicant/events.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wpa_supplicant/events.c b/wpa_supplicant/events.c index 46c8b9bae..32e62c5d1 100644 --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c @@ -1742,7 +1742,7 @@ static int wpa_supplicant_need_to_roam(struct wpa_supplicant *wpa_s, } if (current_bss->est_throughput > selected->est_throughput + 5000) { - wpa_dbg(wpa_s, MSG_DEBUG, + wpa_dbg(wpa_s, MSG_INFO, "Skip roam - Current BSS has better estimated throughput"); return 0; } @@ -1794,7 +1794,7 @@ static int wpa_supplicant_need_to_roam(struct wpa_supplicant *wpa_s, return 0; } - wpa_dbg(wpa_s, MSG_DEBUG, + wpa_dbg(wpa_s, MSG_INFO, "Allow reassociation due to difference in signal level (%d >= %d)", diff, min_diff); return 1; -- 2.24.0.393.g34dc348eaf-goog _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap