removing remenants of abstract unix domain socket handling, this finishes addressing...
[oweals/gnunet.git] / src / nat / gnunet-helper-nat-client.c
index 73504ab1dec311b8b4092881c1935a85e9df91a0..bb31570b546495eb3e00b5d9fdf869e322bd03ef 100644 (file)
@@ -301,7 +301,7 @@ send_icmp_udp (const struct in_addr *my_ip, const struct in_addr *other)
   }
   else if (sizeof (packet) != (size_t) err)
   {
-    fprintf (stderr, "Error: partial send of ICMP message\n");
+    fprintf (stderr, "Error: partial send of ICMP message with size %lu\n", (unsigned long) off);
   }
 }