]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove extra newline from a debug print
authorJouni Malinen <j@w1.fi>
Tue, 27 May 2014 20:39:46 +0000 (23:39 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 27 May 2014 20:39:46 +0000 (23:39 +0300)
"Unknown WFA information element ignored" debug message had an extra
newline at the end.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/common/ieee802_11_common.c

index cdee6bc3aa17e68807cc86410d24f5feb16e0a69..faa6a39ba7acb7e9c1ec3558531d8ebc50e8e475 100644 (file)
@@ -116,7 +116,7 @@ static int ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen,
                default:
                        wpa_printf(MSG_MSGDUMP, "Unknown WFA "
                                   "information element ignored "
-                                  "(type=%d len=%lu)\n",
+                                  "(type=%d len=%lu)",
                                   pos[3], (unsigned long) elen);
                        return -1;
                }