aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.c')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index cd516248c..8b5bf8dbf 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1072,8 +1072,8 @@ schedule_next_keepalive (struct MeshConnection *c, int fwd)
1072 1072
1073 /* Schedule the task */ 1073 /* Schedule the task */
1074 *task_id = GNUNET_SCHEDULER_add_delayed (delay, keepalive_task, c); 1074 *task_id = GNUNET_SCHEDULER_add_delayed (delay, keepalive_task, c);
1075 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "next keepalive in %s\n", 1075 LOG (GNUNET_ERROR_TYPE_DEBUG, "next keepalive in %s\n",
1076 GNUNET_STRINGS_relative_time_to_string (delay, GNUNET_YES)); 1076 GNUNET_STRINGS_relative_time_to_string (delay, GNUNET_YES));
1077} 1077}
1078 1078
1079 1079