aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-10 15:39:20 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-10 15:39:20 +0000
commit116b7755459f06579f78830893d0b5f3446eb164 (patch)
treed25e039ace037a516e8493a91258cd4ecceefbf4 /src/mesh
parent6f82843c095b2dd3df3adefc93bffed315887678 (diff)
downloadgnunet-116b7755459f06579f78830893d0b5f3446eb164.tar.gz
gnunet-116b7755459f06579f78830893d0b5f3446eb164.zip
- less verbose debug
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index 7fbe0cd52..663500125 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1225,10 +1225,8 @@ connection_poll (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1225 } 1225 }
1226 1226
1227 c = fc->c; 1227 c = fc->c;
1228 LOG (GNUNET_ERROR_TYPE_DEBUG, " *** Polling!\n"); 1228 LOG (GNUNET_ERROR_TYPE_DEBUG, " *** Polling connection %s %s\n",
1229 LOG (GNUNET_ERROR_TYPE_DEBUG, " *** connection [%s]\n", GMC_2s (c)); 1229 GMC_2s (c), fc == &c->fwd_fc ? "FWD" : "BCK");
1230 LOG (GNUNET_ERROR_TYPE_DEBUG, " *** %s\n",
1231 fc == &c->fwd_fc ? "FWD" : "BCK");
1232 1230
1233 msg.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_POLL); 1231 msg.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_POLL);
1234 msg.header.size = htons (sizeof (msg)); 1232 msg.header.size = htons (sizeof (msg));