From: Kevin Webb Date: Wed, 19 Nov 2008 06:25:28 +0000 (+0000) Subject: Small oops X-Git-Tag: DistributedRateLimiting-0.1-0~44 X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=commitdiff_plain;h=45c9f40d55411c898b9bb46d92335c298476a822 Small oops --- 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); } }