-fix fix
[oweals/gnunet.git] / src / mesh / mesh_api.c
index 77ae1217f9a2a99987ed68b071aeb13624308739..bef8ecae3e574b4237969e90f2a0af53d532c013 100644 (file)
@@ -1152,7 +1152,7 @@ process_incoming_data (struct GNUNET_MESH_Handle *h,
   LOG (GNUNET_ERROR_TYPE_DEBUG, "  pid %u\n", pid);
   if (NULL == t)
   {
-    /* Tunnel was ignored, probably service didn't get it yet */
+    /* Tunnel was ignored/destroyed, probably service didn't get it yet */
     LOG (GNUNET_ERROR_TYPE_DEBUG, "  ignored!\n");
     return GNUNET_YES;
   }