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)