gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 4cb6ae473bef4e1c42d6c709984f8e5686ba878c
parent 4253dace949ef4d4480b26d091046ff08fa1b6bc
Author: Bart Polot <bart@net.in.tum.de>
Date:   Mon, 15 Dec 2014 07:17:56 +0000

- raise loglevel of timeout events

Diffstat:
Msrc/cadet/gnunet-service-cadet_connection.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cadet/gnunet-service-cadet_connection.c b/src/cadet/gnunet-service-cadet_connection.c @@ -1320,7 +1320,7 @@ connection_fwd_timeout (void *cls, if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN)) return; - LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s FWD timed out. Destroying.\n", + LOG (GNUNET_ERROR_TYPE_INFO, "Connection %s FWD timed out. Destroying.\n", GCC_2s (c)); GCC_debug (c, GNUNET_ERROR_TYPE_DEBUG); @@ -1360,7 +1360,7 @@ connection_bck_timeout (void *cls, if (0 != (tc->reason & GNUNET_SCHEDULER_REASON_SHUTDOWN)) return; - LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s BCK timed out. Destroying.\n", + LOG (GNUNET_ERROR_TYPE_INFO, "Connection %s BCK timed out. Destroying.\n", GCC_2s (c)); if (GCC_is_origin (c, GNUNET_NO)) /* If local, leave. */