Small oops
authorKevin Webb <kcwebb@ucsd.edu>
Wed, 19 Nov 2008 06:25:28 +0000 (06:25 +0000)
committerKevin Webb <kcwebb@ucsd.edu>
Wed, 19 Nov 2008 06:25:28 +0000 (06:25 +0000)
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);
         }
     }