gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33832 - gnunet/src/cadet
Date: Tue, 24 Jun 2014 16:44:17 +0200

Author: bartpolot
Date: 2014-06-24 16:44:17 +0200 (Tue, 24 Jun 2014)
New Revision: 33832

Modified:
   gnunet/src/cadet/gnunet-service-cadet_tunnel.c
Log:
- remove debug info used to fix #3405

Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2014-06-24 14:44:15 UTC 
(rev 33831)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2014-06-24 14:44:17 UTC 
(rev 33832)
@@ -1216,9 +1216,10 @@
   if (NULL == t->connection_head)
   {
     GNUNET_break (CADET_TUNNEL_SEARCHING == t->cstate);
-    LOG (GNUNET_ERROR_TYPE_WARNING, "sending %s\n", GC_m2s (type));
-    GCT_debug (t, GNUNET_ERROR_TYPE_WARNING);
-    GCP_debug (t->peer, GNUNET_ERROR_TYPE_WARNING);
+    LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\n\nsending %s\n", GC_m2s (type));
+    GCT_debug (t, GNUNET_ERROR_TYPE_DEBUG);
+    GCP_debug (t->peer, GNUNET_ERROR_TYPE_DEBUG);
+    LOG (GNUNET_ERROR_TYPE_DEBUG, "\n\n\n");
     return;
   }
 




reply via email to

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