aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-11 09:37:30 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-11 09:37:30 +0000
commit76f59c84dc977f8697469a84a15cf6604e92b3cb (patch)
treee7a55d65ab6a804ef1989ec5289cdc66fc96fb85 /src/transport/plugin_transport_tcp.c
parentcb1e64718b1c4debbdea9fe8a3e9c859d7f5e125 (diff)
downloadgnunet-76f59c84dc977f8697469a84a15cf6604e92b3cb.tar.gz
gnunet-76f59c84dc977f8697469a84a15cf6604e92b3cb.zip
-misc fixes
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 31100d748..1a9473f46 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1721,6 +1721,9 @@ append_port (void *cls,
1721 struct PrettyPrinterContext *ppc = cls; 1721 struct PrettyPrinterContext *ppc = cls;
1722 char *ret; 1722 char *ret;
1723 1723
1724 fprintf (stderr,
1725 "Got HN: %s\n",
1726 hostname);
1724 if (NULL == hostname) 1727 if (NULL == hostname)
1725 { 1728 {
1726 /* Final call, done */ 1729 /* Final call, done */