detect: minor debug output cleanup

pull/2205/head
Victor Julien 9 years ago
parent 0e2ea4e63b
commit 7d11af16ef

@ -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)

Loading…
Cancel
Save