- Wrong order of function calling, caused notifing of destruction when ignoring.
[oweals/gnunet.git] / src / mesh / mesh_api.c
index a4f4978292dec4d4245147a9e64d801ecb35aebf..cf9b1c81226150dac349b7e075fd683a896e8cca 100644 (file)
@@ -865,7 +865,7 @@ process_tunnel_destroy (struct GNUNET_MESH_Handle *h,
   {
     GNUNET_break (0);
   }
-  LOG (GNUNET_ERROR_TYPE_DEBUG, "tunnel %u destroyed\n", t->tid);
+  LOG (GNUNET_ERROR_TYPE_DEBUG, "tunnel %X destroyed\n", t->tid);
   destroy_tunnel (t, GNUNET_YES);
   return;
 }