aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.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_reliability.c
parent2627caf2e563599f3cbc980eafe1e4d68fb32c2f (diff)
downloadgnunet-07c1b760e47c04a5c6f9a22688b37a4063a22453.tar.gz
gnunet-07c1b760e47c04a5c6f9a22688b37a4063a22453.zip
beautification
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index 7f8c9ad0f..d53ac0d22 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -38,7 +38,7 @@
38#include "transport.h" 38#include "transport.h"
39#include "transport-testing.h" 39#include "transport-testing.h"
40 40
41#define VERBOSE GNUNET_NO 41#define VERBOSE GNUNET_YES
42 42
43#define VERBOSE_ARM GNUNET_NO 43#define VERBOSE_ARM GNUNET_NO
44 44
@@ -248,6 +248,7 @@ notify_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
248 if (n == TOTAL_MSGS) 248 if (n == TOTAL_MSGS)
249 { 249 {
250 ok = 0; 250 ok = 0;
251 fprintf (stderr, "\n");
251 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "All messages received\n"); 252 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "All messages received\n");
252 end (); 253 end ();
253 } 254 }
@@ -319,6 +320,7 @@ notify_ready (void *cls, size_t size, void *buf)
319 total_bytes += ret; 320 total_bytes += ret;
320 if (n == TOTAL_MSGS) 321 if (n == TOTAL_MSGS)
321 { 322 {
323 fprintf (stderr, "\n");
322 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "All messages sent\n"); 324 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "All messages sent\n");
323 } 325 }
324 return ret; 326 return ret;