From 9e0b978511df1dc53b59c64965d8bcaf2d385944 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 19 Aug 2013 08:06:37 +0000 Subject: printing size to eliminate dead assignment --- src/nat/gnunet-helper-nat-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nat/gnunet-helper-nat-client.c b/src/nat/gnunet-helper-nat-client.c index 73504ab1d..bb31570b5 100644 --- a/src/nat/gnunet-helper-nat-client.c +++ b/src/nat/gnunet-helper-nat-client.c @@ -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); } } -- cgit v1.2.3