- log
authorBart Polot <bart@net.in.tum.de>
Thu, 7 Nov 2013 17:43:43 +0000 (17:43 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 7 Nov 2013 17:43:43 +0000 (17:43 +0000)
src/mesh/gnunet-service-mesh_channel.c

index e7fc0323b9a1ed3e5956c154ee3c5b2151ce2902..d3e78efa53fa1ec0d8b6675e4635fd3fc06bdb63 100644 (file)
@@ -1736,10 +1736,12 @@ GMCH_handle_create (struct MeshTunnel3 *t,
     LOG (GNUNET_ERROR_TYPE_DEBUG, "  no client has port registered\n");
     if (is_loopback (ch))
     {
+      LOG (GNUNET_ERROR_TYPE_DEBUG, "  loopback: destroy on handler\n");
       channel_send_nack (ch);
     }
     else
     {
+      LOG (GNUNET_ERROR_TYPE_DEBUG, "  not loopback: destroy now\n");
       channel_send_nack (ch);
       channel_destroy (ch);
     }