commit 116b7755459f06579f78830893d0b5f3446eb164
parent 6f82843c095b2dd3df3adefc93bffed315887678
Author: Bart Polot <bart@net.in.tum.de>
Date: Thu, 10 Apr 2014 15:39:20 +0000
- less verbose debug
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git 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)
}
c = fc->c;
- LOG (GNUNET_ERROR_TYPE_DEBUG, " *** Polling!\n");
- LOG (GNUNET_ERROR_TYPE_DEBUG, " *** connection [%s]\n", GMC_2s (c));
- LOG (GNUNET_ERROR_TYPE_DEBUG, " *** %s\n",
- fc == &c->fwd_fc ? "FWD" : "BCK");
+ LOG (GNUNET_ERROR_TYPE_DEBUG, " *** Polling connection %s %s\n",
+ GMC_2s (c), fc == &c->fwd_fc ? "FWD" : "BCK");
msg.header.type = htons (GNUNET_MESSAGE_TYPE_MESH_POLL);
msg.header.size = htons (sizeof (msg));