From 49914c358082e448250656922f74cc1857b40543 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 28 Nov 2013 01:15:46 +0000 Subject: - log --- src/mesh/gnunet-service-mesh_connection.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) ti = fwd ? &c->fwd_maintenance_task : &c->bck_maintenance_task; + LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s reset timeout\n", GM_f2s (fwd)); + if (GNUNET_SCHEDULER_NO_TASK != *ti) GNUNET_SCHEDULER_cancel (*ti); -- cgit v1.2.3