nl80211: Add a missing space to a debug message
The "nl80211: New peer candidate" debug message did not have a space before the MAC address. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
6174de663c
commit
7d41907bd9
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ static void nl80211_new_peer_candidate(struct wpa_driver_nl80211_data *drv,
|
|||
return;
|
||||
|
||||
addr = nla_data(tb[NL80211_ATTR_MAC]);
|
||||
wpa_printf(MSG_DEBUG, "nl80211: New peer candidate" MACSTR,
|
||||
wpa_printf(MSG_DEBUG, "nl80211: New peer candidate " MACSTR,
|
||||
MAC2STR(addr));
|
||||
|
||||
os_memset(&data, 0, sizeof(data));
|
||||
|
|
Loading…
Reference in a new issue