X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fstandard.c;h=5b860a31b0f48bd1d246408e44ead15f5acd562c;hp=ba1fcc7a191de9e91371c2a50e3013ce05fe83f3;hb=45c9f40d55411c898b9bb46d92335c298476a822;hpb=a3ef11b996352e66f4031c684c7dcda536bc3bf1 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); } }