aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 6793d6f5c..7ab8843bb 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -2522,7 +2522,7 @@ do_s5r_read (void *cls)
2522 s5r->sock, 2522 s5r->sock,
2523 &do_s5r_read, s5r); 2523 &do_s5r_read, s5r);
2524 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2524 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2525 "Processing %u bytes of socks data in state %d\n", 2525 "Processing %zu bytes of socks data in state %d\n",
2526 s5r->rbuf_len, 2526 s5r->rbuf_len,
2527 s5r->state); 2527 s5r->state);
2528 switch (s5r->state) 2528 switch (s5r->state)
@@ -2943,7 +2943,7 @@ run_cont ()
2943 return; 2943 return;
2944 } 2944 }
2945 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2945 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2946 "Proxy listens on port %u\n", 2946 "Proxy listens on port %lu\n",
2947 port); 2947 port);
2948 2948
2949 /* start MHD daemon for HTTP */ 2949 /* start MHD daemon for HTTP */