aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nat/gnunet-helper-nat-client.c2
1 files changed, 1 insertions, 1 deletions
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)
301 } 301 }
302 else if (sizeof (packet) != (size_t) err) 302 else if (sizeof (packet) != (size_t) err)
303 { 303 {
304 fprintf (stderr, "Error: partial send of ICMP message\n"); 304 fprintf (stderr, "Error: partial send of ICMP message with size %lu\n", (unsigned long) off);
305 } 305 }
306} 306}
307 307