Fixed a typo in printf -> wpa_printf changes
authorJouni Malinen <j@w1.fi>
Mon, 12 Jan 2009 20:06:51 +0000 (22:06 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 12 Jan 2009 20:06:51 +0000 (22:06 +0200)
hostapd/config.c

index 5a5751a..22cef55 100644 (file)
@@ -1520,8 +1520,9 @@ struct hostapd_config * hostapd_config_read(const char *fname)
                } else if (os_strcmp(buf, "deny_mac_file") == 0) {
                        if (hostapd_config_read_maclist(pos, &bss->deny_mac,
                                                        &bss->num_deny_mac)) {
-                               wpa_printf(MSG_ERROR "Line %d: Failed to read "
-                                          "deny_mac_file '%s'", line, pos);
+                               wpa_printf(MSG_ERROR, "Line %d: Failed to "
+                                          "read deny_mac_file '%s'",
+                                          line, pos);
                                errors++;
                        }
                } else if (os_strcmp(buf, "ap_max_inactivity") == 0) {