gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36490 - gnunet/src/cadet
Date: Thu, 8 Oct 2015 18:20:51 +0200

Author: grothoff
Date: 2015-10-08 18:20:50 +0200 (Thu, 08 Oct 2015)
New Revision: 36490

Modified:
   gnunet/src/cadet/gnunet-service-cadet_connection.c
   gnunet/src/cadet/gnunet-service-cadet_tunnel.c
Log:
-fix indent

Modified: gnunet/src/cadet/gnunet-service-cadet_connection.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-10-08 16:20:42 UTC 
(rev 36489)
+++ gnunet/src/cadet/gnunet-service-cadet_connection.c  2015-10-08 16:20:50 UTC 
(rev 36490)
@@ -1292,7 +1292,8 @@
   *task_id = GNUNET_SCHEDULER_add_delayed (delay,
                                            keepalive_task,
                                            c);
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "next keepalive in %s\n",
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       "next keepalive in %s\n",
        GNUNET_STRINGS_relative_time_to_string (delay, GNUNET_YES));
   GCC_check_connections ();
 }
@@ -1631,7 +1632,8 @@
     if (NULL != *ti)
       GNUNET_SCHEDULER_cancel (*ti);
     delay = GNUNET_TIME_relative_multiply (refresh_connection_time, 4);
-    LOG (GNUNET_ERROR_TYPE_DEBUG, "  timing out in %s\n",
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "  timing out in %s\n",
          GNUNET_STRINGS_relative_time_to_string (delay, GNUNET_NO));
     f = fwd ? &connection_fwd_timeout : &connection_bck_timeout;
     *ti = GNUNET_SCHEDULER_add_delayed (delay, f, c);

Modified: gnunet/src/cadet/gnunet-service-cadet_tunnel.c
===================================================================
--- gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2015-10-08 16:20:42 UTC 
(rev 36489)
+++ gnunet/src/cadet/gnunet-service-cadet_tunnel.c      2015-10-08 16:20:50 UTC 
(rev 36490)
@@ -2345,8 +2345,9 @@
   struct GNUNET_TIME_Relative duration;
 
   duration = GNUNET_TIME_absolute_get_duration (t->kx_ctx->rekey_start_time);
-  LOG (GNUNET_ERROR_TYPE_DEBUG, " kx started %s ago\n",
-        GNUNET_STRINGS_relative_time_to_string (duration, GNUNET_YES));
+  LOG (GNUNET_ERROR_TYPE_DEBUG,
+       " kx started %s ago\n",
+       GNUNET_STRINGS_relative_time_to_string (duration, GNUNET_YES));
 
   // FIXME make duration of old keys configurable
   if (duration.rel_value_us >= GNUNET_TIME_UNIT_MINUTES.rel_value_us)




reply via email to

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