allow empty/NULL context message
[oweals/gnunet.git] / src / namestore / gnunet-service-namestore.c
index 4be55cf9ba91faab318246e1fb6016437033b30c..aeec2d10bd83b4b6ca909cc5540eba4d02c038ed 100644 (file)
@@ -595,7 +595,7 @@ send_lookup_response (struct GNUNET_SERVER_NotificationContext *nc,
   rd_ser = &name_tmp[name_len];
   GNUNET_GNSRECORD_records_serialize (res_count, res, rd_ser_len, rd_ser);
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-             "Sending `%s' message with %u records and size %u\n",
+             "Sending `%s' message with %u records and size %zu\n",
              "RECORD_RESULT",
              res_count,
              msg_size);