aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability_constant.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-09-30 13:25:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-09-30 13:25:15 +0000
commit07c1b760e47c04a5c6f9a22688b37a4063a22453 (patch)
treed6b823ca95fa77d2f23a970c47127ca5a13a60ab /src/transport/test_transport_api_unreliability_constant.c
parent2627caf2e563599f3cbc980eafe1e4d68fb32c2f (diff)
downloadgnunet-07c1b760e47c04a5c6f9a22688b37a4063a22453.tar.gz
gnunet-07c1b760e47c04a5c6f9a22688b37a4063a22453.zip
beautification
Diffstat (limited to 'src/transport/test_transport_api_unreliability_constant.c')
-rw-r--r--src/transport/test_transport_api_unreliability_constant.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_unreliability_constant.c b/src/transport/test_transport_api_unreliability_constant.c
index 64fe4be37..4bbacca5e 100644
--- a/src/transport/test_transport_api_unreliability_constant.c
+++ b/src/transport/test_transport_api_unreliability_constant.c
@@ -273,6 +273,7 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
273 { 273 {
274 /* because of starting with 0 */ 274 /* because of starting with 0 */
275 msg_recv++; 275 msg_recv++;
276 fprintf (stderr, "\n");
276 end (); 277 end ();
277 } 278 }
278} 279}
@@ -337,6 +338,7 @@ notify_ready (void *cls, size_t size, void *buf)
337 } 338 }
338 else 339 else
339 { 340 {
341 fprintf (stderr, "\n");
340 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 342 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
341 "All messages scheduled to be sent!!\n"); 343 "All messages scheduled to be sent!!\n");
342 if (GNUNET_SCHEDULER_NO_TASK != die_task) 344 if (GNUNET_SCHEDULER_NO_TASK != die_task)