From 5affc9ad078e8d90c47a2972d67cd9d65529792d Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Tue, 5 Jan 2021 13:19:57 +0100 Subject: - started making tng communicator test code more resilient --- src/transport/transport-testing-communicator.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/transport/transport-testing-communicator.c') diff --git a/src/transport/transport-testing-communicator.c b/src/transport/transport-testing-communicator.c index 56240864c..de356fb9c 100644 --- a/src/transport/transport-testing-communicator.c +++ b/src/transport/transport-testing-communicator.c @@ -317,6 +317,7 @@ handle_add_address (void *cls, client->tc; uint16_t size; size = ntohs (msg->header.size) - sizeof(*msg); + LOG (GNUNET_ERROR_TYPE_DEBUG, "received add address cb %u\n", size); if (0 == size) return; /* receive-only communicator */ LOG (GNUNET_ERROR_TYPE_DEBUG, "received add address cb %u\n", size); -- cgit v1.2.3