- debug info on error
authorBart Polot <bart@net.in.tum.de>
Fri, 25 Jul 2014 03:29:59 +0000 (03:29 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 25 Jul 2014 03:29:59 +0000 (03:29 +0000)
src/cadet/gnunet-service-cadet_connection.c

index 3aff5c33f32990546de90370f625b455760c38a6..6412a2752d3baa4ed2dd73b8ed431c30e82aedb6 100644 (file)
@@ -1860,6 +1860,7 @@ GCC_handle_broken (void* cls,
     if (GNUNET_YES != destroyed)
     {
       GNUNET_break (0);
+      GCC_debug (c, GNUNET_ERROR_TYPE_ERROR);
       GCC_destroy (c);
     }
   }