aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability.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.c
parent2627caf2e563599f3cbc980eafe1e4d68fb32c2f (diff)
downloadgnunet-07c1b760e47c04a5c6f9a22688b37a4063a22453.tar.gz
gnunet-07c1b760e47c04a5c6f9a22688b37a4063a22453.zip
beautification
Diffstat (limited to 'src/transport/test_transport_api_unreliability.c')
-rw-r--r--src/transport/test_transport_api_unreliability.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_unreliability.c b/src/transport/test_transport_api_unreliability.c
index 30862424c..630011522 100644
--- a/src/transport/test_transport_api_unreliability.c
+++ b/src/transport/test_transport_api_unreliability.c
@@ -312,7 +312,10 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
312 die_task = GNUNET_SCHEDULER_add_delayed (TIMEOUT, &end_badly, NULL); 312 die_task = GNUNET_SCHEDULER_add_delayed (TIMEOUT, &end_badly, NULL);
313 } 313 }
314 if (n == TOTAL_MSGS) 314 if (n == TOTAL_MSGS)
315 {
316 fprintf (stderr, "\n");
315 end (); 317 end ();
318 }
316} 319}
317 320
318 321
@@ -376,6 +379,7 @@ notify_ready (void *cls, size_t size, void *buf)
376 } 379 }
377 else 380 else
378 { 381 {
382 fprintf (stderr, "\n");
379 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 383 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
380 "All messages scheduled to be sent!!\n"); 384 "All messages scheduled to be sent!!\n");
381 if (GNUNET_SCHEDULER_NO_TASK != die_task) 385 if (GNUNET_SCHEDULER_NO_TASK != die_task)