- debug info on error
[oweals/gnunet.git] / 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);
     }
   }