-LRN: don't use Z
authorChristian Grothoff <christian@grothoff.org>
Fri, 15 Jun 2012 18:40:08 +0000 (18:40 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 15 Jun 2012 18:40:08 +0000 (18:40 +0000)
src/transport/plugin_transport_http_client.c

index f55311f57346fff5c0cefd29b069bb210d97e2c0..6355bb4e5a9671a9b8ee4ab6b0dffa006325a84b 100644 (file)
@@ -405,7 +405,7 @@ client_receive (void *stream, size_t size, size_t nmemb, void *cls)
   struct Plugin *plugin = s->plugin;
 
   GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
-                   "Client: Received %Zu bytes from peer `%s'\n", len,
+                   "Client: Received %u bytes from peer `%s'\n", len,
                    GNUNET_i2s (&s->target));
   now = GNUNET_TIME_absolute_get ();
   if (now.abs_value < s->next_receive.abs_value)