[pisa-src] r1224 - trunk/libpisa/conmgr.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 19 Oct 2009 11:35:12 +0200

Author: tjansen
Date: Mon Oct 19 11:35:11 2009
New Revision: 1224

Log:
Fixed a debug message in the connection manager.

Modified:
   trunk/libpisa/conmgr.c

Modified: trunk/libpisa/conmgr.c
==============================================================================
--- trunk/libpisa/conmgr.c      Mon Oct 19 11:28:25 2009        (r1223)
+++ trunk/libpisa/conmgr.c      Mon Oct 19 11:35:11 2009        (r1224)
@@ -129,7 +129,7 @@
                pisa_ipv4_copy(&entry->ipv4, client_ipv4);
                HASH_ADD(hh_ipv4, conlist->hash_ipv4, ipv4, sizeof(struct 
in_addr), entry);
        } else {
-               PISA_DEBUG(PL_REGISTER, "pisa_conmgr_add: Missing client_ipv4 
in.\n");
+               PISA_DEBUG(PL_REGISTER, "pisa_conmgr_connected: Missing 
client_ipv4.\n");
        }
 }
 

Other related posts:

  • » [pisa-src] r1224 - trunk/libpisa/conmgr.c - Thomas Jansen