From: Ben Greear Date: Fri, 6 Mar 2020 22:58:11 +0000 (-0800) Subject: hs20-osu-client: Use more specific debug message on OSU connection X-Git-Tag: hostap_2_10~1634 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440dac755822c1ee6a415d1f1f77e4938ae52a73;p=thirdparty%2Fhostap.git hs20-osu-client: Use more specific debug message on OSU connection Signed-off-by: Ben Greear --- 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);