aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-13 02:51:19 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-13 02:51:19 +0000
commitbf6dcf2d7ce2f765ba21d0f79fbee17bb25aee7c (patch)
treed550940d885adb6f818b3597aab5938b7f97b34c /src/mesh/gnunet-service-mesh.c
parentb5282dae4afbaf004128202d4755742348d56654 (diff)
downloadgnunet-bf6dcf2d7ce2f765ba21d0f79fbee17bb25aee7c.tar.gz
gnunet-bf6dcf2d7ce2f765ba21d0f79fbee17bb25aee7c.zip
- debug
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index f0414e37c..fc21436f7 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -3770,6 +3770,8 @@ handle_mesh_unicast (void *cls, const struct GNUNET_PeerIdentity *peer,
3770 { 3770 {
3771 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 3771 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
3772 " pid %u not seen yet, forwarding\n", pid); 3772 " pid %u not seen yet, forwarding\n", pid);
3773 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
3774 "!!! RECV %llu\n", GNUNET_ntohll(msg->mid));
3773 t->prev_fc.last_pid_recv = pid; 3775 t->prev_fc.last_pid_recv = pid;
3774 if (GNUNET_YES == t->reliable) 3776 if (GNUNET_YES == t->reliable)
3775 t->bck_rel->mid_recv++; 3777 t->bck_rel->mid_recv++;