aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh-new.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c
index c002910dd..a79327278 100644
--- a/src/mesh/gnunet-service-mesh-new.c
+++ b/src/mesh/gnunet-service-mesh-new.c
@@ -2767,7 +2767,7 @@ queue_send (void *cls, size_t size, void *buf)
2767 { 2767 {
2768 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 2768 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
2769 "********* %s stalled\n", 2769 "********* %s stalled\n",
2770 GNUNET_i2s(&my_full_id)); 2770 GNUNET_i2s (&my_full_id));
2771 if (peer->id == t->next_hop) 2771 if (peer->id == t->next_hop)
2772 fc = &t->next_fc; 2772 fc = &t->next_fc;
2773 else if (peer->id == t->prev_hop) 2773 else if (peer->id == t->prev_hop)
@@ -2784,7 +2784,7 @@ queue_send (void *cls, size_t size, void *buf)
2784 &tunnel_poll, fc); 2784 &tunnel_poll, fc);
2785 } 2785 }
2786 } 2786 }
2787 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "********* return %d\n", data_size); 2787 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "********* Return %d\n", data_size);
2788 return data_size; 2788 return data_size;
2789} 2789}
2790 2790