From ccf5941e0eb26665a7fadee86e05b7f5d31748ce Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Fri, 17 Sep 2010 15:57:37 +0000 Subject: remove gnunet_break on allowable condition --- src/core/gnunet-service-core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c index e10d03343..5c8d8dc72 100644 --- a/src/core/gnunet-service-core.c +++ b/src/core/gnunet-service-core.c @@ -2372,7 +2372,9 @@ notify_transport_connect_done (void *cls, size_t size, void *buf) /* transport should only call us to transmit a message after * telling us about a successful connection to the respective peer */ n->th = NULL; /* If this happens because of a timeout, reset n-th so another message may be sent for this peer! */ - GNUNET_break (0); +#if DEBUG_CORE + GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Timeout on notify connect!\n"); +#endif return 0; } n->th = NULL; -- cgit v1.2.3