- debug
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_local.c
index b3c560034cdc6cc6f633e6fe8ecc87d01690c72a..67d4690e5686aa4d39d249c6805853f057e6d33d 100644 (file)
@@ -179,6 +179,7 @@ handle_client_connect (void *cls, struct GNUNET_SERVER_Client *client)
 {
   struct MeshClient *c;
 
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "client connected: %p\n", client);
   if (NULL == client)
     return;
   c = GNUNET_new (struct MeshClient);