gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37940 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r37940 - gnunet/src/rps
Date: Sat, 17 Sep 2016 01:47:58 +0200

Author: ch3
Date: 2016-09-17 01:47:58 +0200 (Sat, 17 Sep 2016)
New Revision: 37940

Modified:
   gnunet/src/rps/gnunet-service-rps_peers.c
Log:
-rps _peers: logging

Modified: gnunet/src/rps/gnunet-service-rps_peers.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps_peers.c   2016-09-16 23:47:55 UTC (rev 
37939)
+++ gnunet/src/rps/gnunet-service-rps_peers.c   2016-09-16 23:47:58 UTC (rev 
37940)
@@ -1153,11 +1153,15 @@
   }
   if (NULL != peer_ctx->send_channel)
   {
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+        "Destroying send channel\n");
     GNUNET_CADET_channel_destroy (peer_ctx->send_channel);
     peer_ctx->send_channel = NULL;
   }
   if (NULL != peer_ctx->recv_channel)
   {
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+        "Destroying recv channel\n");
     GNUNET_CADET_channel_destroy (peer_ctx->recv_channel);
     peer_ctx->recv_channel = NULL;
   }




reply via email to

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