{
#if VERBOSE_SERVER
GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
- "Server: peer `%s' PUT on address `%s' received %Zu bytes\n",
+ "Server: peer `%s' PUT on address `%s' received %u bytes\n",
GNUNET_i2s (&s->target),
http_plugin_address_to_string (NULL,s->addr, s->addrlen),
*upload_data_size);
#if VERBOSE_SERVER
GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
- "Server: Received %Zu bytes\n", *upload_data_size);
+ "Server: Received %u bytes\n", *upload_data_size);
#endif
/* Setting timeouts for other connections */