(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 8 Jul 2010 11:25:52 +0000 (11:25 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 8 Jul 2010 11:25:52 +0000 (11:25 +0000)
src/transport/test_plugin_transport_http.c

index 52121d3cf983ac4321293cab252ba1f48009caeb..db67ad2265d7f8f116c8771c97c8a39aebd3e19f 100644 (file)
@@ -847,7 +847,11 @@ notify_address (void *cls,
     }
   else
     {
-      GNUNET_break (0);
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+                _("Unknown address size: ipv6 has %u ipv4 has %u but this has %u"),
+                sizeof (struct IPv6HttpAddress),
+                sizeof (struct IPv4HttpAddress),
+                addrlen);
       return;
     }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,