]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
FILS: Add a space before MAC address to a HLP debug message
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 7 Sep 2017 10:33:40 +0000 (13:33 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 7 Sep 2017 10:33:40 +0000 (13:33 +0300)
The "FILS: No pending HLP DHCP exchange with hw_addr" debug message was
missing a space before the following MAC address, so add that there to
make the message more readable.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/ap/fils_hlp.c

index 2370a8bbdc62e50c001f41057c109c50bfa83dae..2a359ab03c818e7200772456247c6a7208c47643 100644 (file)
@@ -232,7 +232,7 @@ static void fils_dhcp_handler(int sd, void *eloop_ctx, void *sock_ctx)
        sta = ap_get_sta(hapd, dhcp->hw_addr);
        if (!sta || !sta->fils_pending_assoc_req) {
                wpa_printf(MSG_DEBUG,
-                          "FILS: No pending HLP DHCP exchange with hw_addr"
+                          "FILS: No pending HLP DHCP exchange with hw_addr "
                           MACSTR, MAC2STR(dhcp->hw_addr));
                return;
        }