gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r37550 - gnunet/src/cadet
Date: Wed, 20 Jul 2016 14:07:00 +0200

Author: bartpolot
Date: 2016-07-20 14:07:00 +0200 (Wed, 20 Jul 2016)
New Revision: 37550

Modified:
   gnunet/src/cadet/cadet_path.c
Log:
- reduce INFO level debug

Modified: gnunet/src/cadet/cadet_path.c
===================================================================
--- gnunet/src/cadet/cadet_path.c       2016-07-19 16:06:33 UTC (rev 37549)
+++ gnunet/src/cadet/cadet_path.c       2016-07-20 12:07:00 UTC (rev 37550)
@@ -44,7 +44,7 @@
   struct CadetPeer *peer;
 
   path->path_delete = NULL;
-  LOG (GNUNET_ERROR_TYPE_INFO,
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Destroy delayed %p (%u)\n",
        path,
        path->length);
@@ -73,7 +73,7 @@
     p->length = length;
     p->peers = GNUNET_malloc (length * sizeof (GNUNET_PEER_Id));
   }
-  LOG (GNUNET_ERROR_TYPE_INFO, "New path %p (%u)\n", p, p->length);
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "New path %p (%u)\n", p, p->length);
   return p;
 }
 
@@ -154,7 +154,7 @@
   if (NULL != p->path_delete)
     return;
 
-  LOG (GNUNET_ERROR_TYPE_INFO,
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
        "Invalidating path %p (%u)\n",
        p,
        p->length);
@@ -292,7 +292,7 @@
   if (NULL == p)
     return GNUNET_OK;
 
-  LOG (GNUNET_ERROR_TYPE_INFO,
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
        "destroying path %p (%u)\n",
        p,
        p->length);




reply via email to

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