hs20-osu-client: Use more specific debug message on OSU connection

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear 2020-03-06 14:58:11 -08:00 committed by Jouni Malinen
parent 55093c8014
commit 440dac7558
1 changed files with 1 additions and 1 deletions

View File

@ -2233,7 +2233,7 @@ static int osu_connect(struct hs20_osu_client *ctx, const char *bssid,
wpa_ctrl_close(mon); wpa_ctrl_close(mon);
if (res < 0) { 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"); write_summary(ctx, "Could not connect to OSU network");
wpa_printf(MSG_INFO, "Remove OSU network connection"); wpa_printf(MSG_INFO, "Remove OSU network connection");
snprintf(buf, sizeof(buf), "REMOVE_NETWORK %d", id); snprintf(buf, sizeof(buf), "REMOVE_NETWORK %d", id);