gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r34592 - gnunet/src/cadet


From: gnunet
Subject: [GNUnet-SVN] r34592 - gnunet/src/cadet
Date: Mon, 15 Dec 2014 08:17:56 +0100

Author: bartpolot
Date: 2014-12-15 08:17:56 +0100 (Mon, 15 Dec 2014)
New Revision: 34592

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
Log:
- raise loglevel of timeout events

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2014-12-15 07:17:55 UTC 
(rev 34591)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2014-12-15 07:17:56 UTC 
(rev 34592)
@@ -1320,7 +1320,7 @@
   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 @@
   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. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]