[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5976: remove remove_connection from debug in remove_connection()

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Fri, 24 Jun 2011 15:39:18 -0000

------------------------------------------------------------
revno: 5976
committer: Rene Hummen <rene.hummen@xxxxxxxxxxxxxxxxx>
branch nick: trunk
timestamp: Fri 2011-06-24 17:16:01 +0200
message:
  remove remove_connection from debug in remove_connection()
modified:
  firewall/conntrack.c


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'firewall/conntrack.c'
--- firewall/conntrack.c        2011-06-24 13:54:52 +0000
+++ firewall/conntrack.c        2011-06-24 15:16:01 +0000
@@ -796,10 +796,10 @@
 {
     struct slist *conn_link;
 
-    HIP_DEBUG("remove_connection: tuple list before: \n");
+    HIP_DEBUG("tuple list before: \n");
     print_tuple_list();
 
-    HIP_DEBUG("remove_connection: esp list before: \n");
+    HIP_DEBUG("esp list before: \n");
     print_esp_list();
 
     if (connection) {
@@ -813,10 +813,10 @@
         free(connection);
     }
 
-    HIP_DEBUG("remove_connection: tuple list after: \n");
+    HIP_DEBUG("tuple list after: \n");
     print_tuple_list();
 
-    HIP_DEBUG("remove_connection: esp list after: \n");
+    HIP_DEBUG("esp list after: \n");
     print_esp_list();
 }
 

Other related posts:

  • » [hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5976: remove remove_connection from debug in remove_connection() - noreply