aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_reliability.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_reliability.c')
-rw-r--r--src/transport/test_transport_api_reliability.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/test_transport_api_reliability.c b/src/transport/test_transport_api_reliability.c
index f606b408c..03a2458b2 100644
--- a/src/transport/test_transport_api_reliability.c
+++ b/src/transport/test_transport_api_reliability.c
@@ -383,11 +383,11 @@ exchange_hello_last (void *cls,
383{ 383{
384 struct PeerContext *me = cls; 384 struct PeerContext *me = cls;
385 385
386 GNUNET_assert (message != NULL);
386 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 387 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
387 "Exchanging HELLO of size %d with peer (%s)!\n", 388 "Exchanging HELLO of size %d with peer (%s)!\n",
388 (int) GNUNET_HELLO_size((const struct GNUNET_HELLO_Message *)message), 389 (int) GNUNET_HELLO_size((const struct GNUNET_HELLO_Message *)message),
389 GNUNET_i2s (&me->id)); 390 GNUNET_i2s (&me->id));
390 GNUNET_assert (message != NULL);
391 GNUNET_assert (GNUNET_OK == 391 GNUNET_assert (GNUNET_OK ==
392 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *) 392 GNUNET_HELLO_get_id ((const struct GNUNET_HELLO_Message *)
393 message, &me->id)); 393 message, &me->id));