From: Jouni Malinen Date: Sat, 18 Oct 2025 08:07:05 +0000 (+0300) Subject: Add a mising space before a MAC address in a debug print X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=950d76649552fa9fcb6e6962909da73e465ce8a3;p=thirdparty%2Fhostap.git Add a mising space before a MAC address in a debug print Signed-off-by: Jouni Malinen --- diff --git a/src/ap/drv_callbacks.c b/src/ap/drv_callbacks.c index 3422893f7..e4d02423b 100644 --- a/src/ap/drv_callbacks.c +++ b/src/ap/drv_callbacks.c @@ -510,7 +510,7 @@ int hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, } if (hostapd_check_acl(bss, info->peer_addr, NULL) != HOSTAPD_ACL_ACCEPT) { - wpa_printf(MSG_INFO, "link addr" MACSTR + wpa_printf(MSG_INFO, "link addr " MACSTR " not allowed to connect", MAC2STR(info->peer_addr)); reason = WLAN_REASON_UNSPECIFIED;