From f3a2f0e7405a3e616968391c26be5fd1b995d623 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 2 Feb 2012 16:11:13 +0000 Subject: - minor --- src/transport/test_transport_api.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/transport/test_transport_api.c') diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c index 191219107..9cc769ef1 100644 --- a/src/transport/test_transport_api.c +++ b/src/transport/test_transport_api.c @@ -50,7 +50,7 @@ /** * How long until we give up on transmitting the message? */ -#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 60) +#define TIMEOUT_TRANSMIT GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 30) #define MSIZE 2600 @@ -88,7 +88,6 @@ char *cfg_file_p2; #define OKPP do { ok++; } while (0) #endif - static void end () { @@ -205,7 +204,7 @@ notify_ready (void *cls, size_t size, void *buf) } char *ps = GNUNET_strdup (GNUNET_i2s (&p2->id)); - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer %u (`%4s') sending message with type %u and size %u bytes to peer %u (`%4s')\n", p2->no, ps, ntohs (hdr->type), ntohs (hdr->size), p->no, GNUNET_i2s (&p->id)); -- cgit v1.2.3