From 440dac755822c1ee6a415d1f1f77e4938ae52a73 Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Fri, 6 Mar 2020 14:58:11 -0800 Subject: [PATCH] hs20-osu-client: Use more specific debug message on OSU connection Signed-off-by: Ben Greear --- hs20/client/osu_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hs20/client/osu_client.c b/hs20/client/osu_client.c index f1b078b1a..1bf1a0e1a 100644 --- a/hs20/client/osu_client.c +++ b/hs20/client/osu_client.c @@ -2233,7 +2233,7 @@ static int osu_connect(struct hs20_osu_client *ctx, const char *bssid, wpa_ctrl_close(mon); if (res < 0) { - wpa_printf(MSG_INFO, "Could not connect"); + wpa_printf(MSG_INFO, "Could not connect to OSU network"); write_summary(ctx, "Could not connect to OSU network"); wpa_printf(MSG_INFO, "Remove OSU network connection"); snprintf(buf, sizeof(buf), "REMOVE_NETWORK %d", id);