aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index 27698ec4a..89b3a4863 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1047,7 +1047,7 @@ connection_fwd_timeout (void *cls,
1047 return; 1047 return;
1048 1048
1049 LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s FWD timed out. Destroying.\n", 1049 LOG (GNUNET_ERROR_TYPE_DEBUG, "Connection %s FWD timed out. Destroying.\n",
1050 GMC_2s (c); 1050 GMC_2s (c));
1051 if (GMC_is_origin (c, GNUNET_YES)) /* If local, leave. */ 1051 if (GMC_is_origin (c, GNUNET_YES)) /* If local, leave. */
1052 { 1052 {
1053 GNUNET_break (0); 1053 GNUNET_break (0);