From 45c9f40d55411c898b9bb46d92335c298476a822 Mon Sep 17 00:00:00 2001 From: Kevin Webb Date: Wed, 19 Nov 2008 06:25:28 +0000 Subject: [PATCH] Small oops --- drl/standard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drl/standard.c b/drl/standard.c index ba1fcc7..5b860a3 100644 --- a/drl/standard.c +++ b/drl/standard.c @@ -171,7 +171,7 @@ void standard_table_remove(standard_flow_table table, standard_flow *flow) { //assert(current != NULL); if (current == NULL) { - printlog(LOG_WARN, "Flow %p disappeared?\n", current); + printlog(LOG_DEBUG, "Flow %p disappeared?\n", flow); } } -- 2.43.0