aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index c08f64f6d..2f047da0d 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1082,6 +1082,8 @@ connection_reset_timeout (struct MeshConnection *c, int fwd)
1082 1082
1083 ti = fwd ? &c->fwd_maintenance_task : &c->bck_maintenance_task; 1083 ti = fwd ? &c->fwd_maintenance_task : &c->bck_maintenance_task;
1084 1084
1085 LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s reset timeout\n", GM_f2s (fwd));
1086
1085 if (GNUNET_SCHEDULER_NO_TASK != *ti) 1087 if (GNUNET_SCHEDULER_NO_TASK != *ti)
1086 GNUNET_SCHEDULER_cancel (*ti); 1088 GNUNET_SCHEDULER_cancel (*ti);
1087 1089