allow empty/NULL context message
[oweals/gnunet.git] / src / transport / test_plugin_transport.c
index 61ea2035f7627944617cb762505e5bacf1d5dbce..be79d54992fffc5f3ff5714076836e8560e27cc3 100644 (file)
@@ -381,7 +381,7 @@ test_addr_string (void *cls)
     GNUNET_log(GNUNET_ERROR_TYPE_ERROR,
                "Plugin creates different address length when converting address->string->address: %u != %u\n",
                (unsigned int) w->address->address_length,
-               s2a_len);
+               (unsigned int) s2a_len);
   }
   else if (0 != memcmp (s2a, w->address->address, s2a_len))
   {