aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_server.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-11-15 16:17:42 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-11-15 16:17:42 +0000
commitb1a2dbddc2b849a451715e99adeeaf55d80f90f7 (patch)
treed4925bae8a535326b2f99010011cdd167656a362 /src/transport/plugin_transport_http_server.c
parent98b1662426f743a0f234db47fc6d0e441a6cf09a (diff)
downloadgnunet-b1a2dbddc2b849a451715e99adeeaf55d80f90f7.tar.gz
gnunet-b1a2dbddc2b849a451715e99adeeaf55d80f90f7.zip
Diffstat (limited to 'src/transport/plugin_transport_http_server.c')
-rw-r--r--src/transport/plugin_transport_http_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http_server.c b/src/transport/plugin_transport_http_server.c
index 0acfaf60b..eb19bab79 100644
--- a/src/transport/plugin_transport_http_server.c
+++ b/src/transport/plugin_transport_http_server.c
@@ -666,7 +666,7 @@ server_access_cb (void *cls, struct MHD_Connection *mhd_connection,
666 { 666 {
667#if VERBOSE_SERVER 667#if VERBOSE_SERVER
668 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, 668 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
669 "Server: peer `%s' PUT on address `%s' received %Zu bytes\n", 669 "Server: peer `%s' PUT on address `%s' received %u bytes\n",
670 GNUNET_i2s (&s->target), 670 GNUNET_i2s (&s->target),
671 http_plugin_address_to_string (NULL,s->addr, s->addrlen), 671 http_plugin_address_to_string (NULL,s->addr, s->addrlen),
672 *upload_data_size); 672 *upload_data_size);
@@ -694,7 +694,7 @@ server_access_cb (void *cls, struct MHD_Connection *mhd_connection,
694 694
695#if VERBOSE_SERVER 695#if VERBOSE_SERVER
696 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, 696 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
697 "Server: Received %Zu bytes\n", *upload_data_size); 697 "Server: Received %u bytes\n", *upload_data_size);
698#endif 698#endif
699 699
700 /* Setting timeouts for other connections */ 700 /* Setting timeouts for other connections */