aboutsummaryrefslogtreecommitdiffstats
path: root/apps/clients.c
diff options
context:
space:
mode:
authorjames <>2008-02-20 18:31:44 +0000
committerjames <>2008-02-20 18:31:44 +0000
commite87e545fd99fa20f207e6960b1ee7647fd5573b3 (patch)
tree8a72ca2e472f432e879d832e6d3379318704345a /apps/clients.c
parent2917a1bd20f9b0794f918c5689fd8d083429c850 (diff)
downloadsympathy-e87e545fd99fa20f207e6960b1ee7647fd5573b3.tar.gz
sympathy-e87e545fd99fa20f207e6960b1ee7647fd5573b3.tar.bz2
sympathy-e87e545fd99fa20f207e6960b1ee7647fd5573b3.zip
*** empty log message ***
Diffstat (limited to 'apps/clients.c')
-rw-r--r--apps/clients.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/clients.c b/apps/clients.c
index 04aafc1..73bf655 100644
--- a/apps/clients.c
+++ b/apps/clients.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.8 2008/02/20 18:31:44 james
+ * *** empty log message ***
+ *
* Revision 1.7 2008/02/15 23:52:12 james
* *** empty log message ***
*
@@ -74,7 +77,9 @@ client_free (Client * c)
socket_free (c->s);
free (c);
+#if 0
fprintf (stderr, "Client at %p freed\n", c);
+#endif
}
Client *
@@ -91,7 +96,9 @@ clients_new_client (Clients * cs, Socket * s, Context * ctx)
cs->head = c;
cs->n++;
+#if 0
fprintf (stderr, "Client at %p created\n", c);
+#endif
if (ipc_msg_send_debug (s, "new_client"))