gnunet-svn
[Top][All Lists]
Advanced

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

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


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

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

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
Log:
- more debug for received traffic

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2014-12-15 07:17:36 UTC 
(rev 34577)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2014-12-15 07:17:37 UTC 
(rev 34578)
@@ -1276,6 +1276,8 @@
 
   LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s FWD timed out. Destroying.\n",
        GCC_2s (c));
+  GCC_debug (c, GNUNET_ERROR_TYPE_DEBUG);
+
   if (GCC_is_origin (c, GNUNET_YES)) /* If local, leave. */
   {
     GNUNET_break (0);
@@ -1528,6 +1530,8 @@
              const struct GNUNET_PeerIdentity *peer,
              const struct GNUNET_CADET_Hash *hash)
 {
+  LOG (GNUNET_ERROR_TYPE_INFO, "\n");
+  LOG (GNUNET_ERROR_TYPE_INFO, "\n");
   LOG (GNUNET_ERROR_TYPE_INFO, "<-- %s on connection %s from %s\n",
        GC_m2s (ntohs (message->type)), GNUNET_h2s (GC_h2hc (hash)),
        GNUNET_i2s (peer));




reply via email to

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