From 74879f320deb18c782768dd3033aedc7e845be6d Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 27 May 2014 23:39:46 +0300 Subject: [PATCH] Remove extra newline from a debug print "Unknown WFA information element ignored" debug message had an extra newline at the end. Signed-off-by: Jouni Malinen --- src/common/ieee802_11_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/ieee802_11_common.c b/src/common/ieee802_11_common.c index cdee6bc3a..faa6a39ba 100644 --- a/src/common/ieee802_11_common.c +++ b/src/common/ieee802_11_common.c @@ -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; } -- 2.47.3