aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-12 15:34:37 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-12 15:34:37 +0000
commit18f990e042e54cd80d9b754417dced6a6cb2f726 (patch)
tree56b975103b15609510e33a331eb76e4784ebacf7 /src/mesh/gnunet-service-mesh_local.c
parenta74aeeba59eb8cb0e90e748913219f2d829323ff (diff)
downloadgnunet-18f990e042e54cd80d9b754417dced6a6cb2f726.tar.gz
gnunet-18f990e042e54cd80d9b754417dced6a6cb2f726.zip
- log
Diffstat (limited to 'src/mesh/gnunet-service-mesh_local.c')
-rw-r--r--src/mesh/gnunet-service-mesh_local.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_local.c b/src/mesh/gnunet-service-mesh_local.c
index 5199476a0..37879701d 100644
--- a/src/mesh/gnunet-service-mesh_local.c
+++ b/src/mesh/gnunet-service-mesh_local.c
@@ -357,7 +357,8 @@ handle_channel_create (void *cls, struct GNUNET_SERVER_Client *client,
357{ 357{
358 struct MeshClient *c; 358 struct MeshClient *c;
359 359
360 LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\nnew channel requested\n"); 360 LOG (GNUNET_ERROR_TYPE_DEBUG, "\n");
361 LOG (GNUNET_ERROR_TYPE_DEBUG, "new channel requested\n");
361 362
362 /* Sanity check for client registration */ 363 /* Sanity check for client registration */
363 if (NULL == (c = GML_client_get (client))) 364 if (NULL == (c = GML_client_get (client)))