Small oops
[distributedratelimiting.git] / drl / standard.c
index ba1fcc7..5b860a3 100644 (file)
@@ -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);
         }
     }