]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
hs20-osu-client: Use more specific debug message on OSU connection
authorBen Greear <greearb@candelatech.com>
Fri, 6 Mar 2020 22:58:11 +0000 (14:58 -0800)
committerJouni Malinen <j@w1.fi>
Fri, 13 Mar 2020 14:52:29 +0000 (16:52 +0200)
Signed-off-by: Ben Greear <greearb@candelatech.com>
hs20/client/osu_client.c

index f1b078b1aeea21e0538d01ae7018a23c9b70d3ea..1bf1a0e1a4323a4e44e66b5aec85a794b78d8372 100644 (file)
@@ -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);