update tests to use new MQ API
[oweals/gnunet.git] / src / dns / dnsstub.c
index c1e7b5f617b276a5f926577e46a6ee56688be897..50a3320fbf9bf6cdca5301683a18228a37fddde3 100644 (file)
@@ -436,7 +436,7 @@ do_dns_read (struct GNUNET_DNSSTUB_RequestSocket *rs,
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                  _("Received DNS response that is too small (%u bytes)"),
-                 r);
+                 (unsigned int) r);
       return GNUNET_NO;
     }
     dns = (struct GNUNET_TUN_DnsHeader *) buf;