-ensure stats queues do not grow too big
[oweals/gnunet.git] / src / testbed / gnunet-helper-testbed.c
index e27e21588d4631f88ac333c21bf811d983781c56..f3c56eb9db7806a904bb636b7c47f62a3f261848 100644 (file)
@@ -513,7 +513,8 @@ read_task (void *cls)
     GNUNET_SCHEDULER_shutdown ();
     return;
   }
-  LOG_DEBUG ("Read %u bytes\n", sread);
+  LOG_DEBUG ("Read %u bytes\n",
+             (unsigned int) sread);
   if (GNUNET_OK !=
       GNUNET_SERVER_mst_receive (tokenizer, NULL, buf, sread, GNUNET_NO,
                                  GNUNET_NO))