From adb14dfca5e6108d7b6f236703b0c537128caa08 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 19 Nov 2018 11:53:30 -0600 Subject: [PATCH] netdev: Fix typo --- src/netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/netdev.c b/src/netdev.c index fb34c966..55e9f596 100644 --- a/src/netdev.c +++ b/src/netdev.c @@ -2355,7 +2355,7 @@ static void netdev_associate_event(struct l_genl_msg *msg, while (l_genl_attr_next(&attr, &type, &len, &data)) { switch (type) { case NL80211_ATTR_TIMED_OUT: - l_warn("authentication timed out"); + l_warn("association timed out"); goto assoc_failed; case NL80211_ATTR_FRAME: