gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r38223 - gnunet/src/cadet
Date: Thu, 27 Oct 2016 08:18:14 +0200

Author: bartpolot
Date: 2016-10-27 08:18:14 +0200 (Thu, 27 Oct 2016)
New Revision: 38223

Modified:
   gnunet/src/cadet/gnunet-service-cadet_peer.c
Log:
- reduce log level

Modified: gnunet/src/cadet/gnunet-service-cadet_peer.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_peer.c        2016-10-26 19:29:59 UTC 
(rev 38222)
+++ gnunet/src/cadet/gnunet-service-cadet_peer.c        2016-10-27 06:18:14 UTC 
(rev 38223)
@@ -1124,7 +1124,7 @@
         struct GNUNET_TIME_Relative wait_time;
 
         wait_time = GNUNET_TIME_absolute_get_duration (q->queue_timestamp);
-        LOG (GNUNET_ERROR_TYPE_INFO,
+        LOG (GNUNET_ERROR_TYPE_DEBUG,
              " calling callback on %s after %s\n",
              GCC_2s (q->c),
              GNUNET_STRINGS_relative_time_to_string (wait_time, GNUNET_NO));




reply via email to

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