From 7d11af16ef4b007bbd440e8f8446d32dd8b0e988 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 19 Aug 2016 12:58:33 +0200 Subject: [PATCH] detect: minor debug output cleanup --- src/detect-engine-iponly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/detect-engine-iponly.c b/src/detect-engine-iponly.c index d39e6d501a..b19d1cb6c5 100644 --- a/src/detect-engine-iponly.c +++ b/src/detect-engine-iponly.c @@ -423,7 +423,7 @@ void IPOnlyCIDRListFree(IPOnlyCIDRItem *tmphead) while (it != NULL) { i++; SCFree(it); - SCLogDebug("Item(%p) %"PRIu32" removed\n", it, i); + SCLogDebug("Item(%p) %"PRIu32" removed", it, i); it = next; if (next != NULL)