aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-13 20:18:12 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-13 20:18:12 +0000
commit641a810ccb6d26acaf188066efbd1a98c76be67e (patch)
treedd71caa9bf2613c706357e7d9c84943f6c96ecee /src/mesh/gnunet-service-mesh_local.c
parentfb3f9328589ff271a2840a982792522787dde2a4 (diff)
downloadgnunet-641a810ccb6d26acaf188066efbd1a98c76be67e.tar.gz
gnunet-641a810ccb6d26acaf188066efbd1a98c76be67e.zip
- cleanup log messages
Diffstat (limited to 'src/mesh/gnunet-service-mesh_local.c')
-rw-r--r--src/mesh/gnunet-service-mesh_local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c
index 7c614d261..7eea84bef 100644
--- a/src/mesh/gnunet-service-mesh_local.c
+++ b/src/mesh/gnunet-service-mesh_local.c
@@ -411,7 +411,7 @@ handle_channel_destroy (void *cls, struct GNUNET_SERVER_Client *client,
411 struct MeshChannel *ch; 411 struct MeshChannel *ch;
412 MESH_ChannelNumber chid; 412 MESH_ChannelNumber chid;
413 413
414 LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nGot a DESTROY CHANNEL from client!\n"); 414 LOG (GNUNET_ERROR_TYPE_DEBUG, "Got a DESTROY CHANNEL from client!\n");
415 415
416 /* Sanity check for client registration */ 416 /* Sanity check for client registration */
417 if (NULL == (c = GML_client_get (client))) 417 if (NULL == (c = GML_client_get (client)))
@@ -471,7 +471,7 @@ handle_data (void *cls, struct GNUNET_SERVER_Client *client,
471 size_t size; 471 size_t size;
472 int fwd; 472 int fwd;
473 473
474 LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nGot data from a client!\n"); 474 LOG (GNUNET_ERROR_TYPE_DEBUG, "Got data from a client!\n");
475 475
476 /* Sanity check for client registration */ 476 /* Sanity check for client registration */
477 if (NULL == (c = GML_client_get (client))) 477 if (NULL == (c = GML_client_get (client)))