allow empty/NULL context message
[oweals/gnunet.git] / src / transport / gnunet-service-transport_manipulation.c
index bd3fed6d706e1118514c525adcc1c0942ea9fdb3..7620cdbb1c88969be1fcfd75fd0e2482292bb9de 100644 (file)
@@ -350,7 +350,7 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target,
   }
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Delaying %u byte message to peer `%s' with peer specific delay for %s\n",
-              msg_size,
+              (unsigned int) msg_size,
               GNUNET_i2s (target),
               GNUNET_STRINGS_relative_time_to_string (delay,
                                                       GNUNET_YES));