X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fintel%2Fvulkan%2Fanv_intel.c;h=146fc41d8a839398f98c4669a460a43393409028;hb=c9bebae2877e55cdcd94f9f9f3f6805238caeb28;hp=f40723dae35dc3968b4b4932bab67b9089535e80;hpb=5f9764bc0bcf1fe2f8784b9df362cd98ba4085d7;p=mesa.git diff --git a/src/intel/vulkan/anv_intel.c b/src/intel/vulkan/anv_intel.c index f40723dae35..146fc41d8a8 100644 --- a/src/intel/vulkan/anv_intel.c +++ b/src/intel/vulkan/anv_intel.c @@ -89,7 +89,7 @@ VkResult anv_CreateDmaBufImageINTEL( result = vk_errorf(device->instance, device, VK_ERROR_INVALID_EXTERNAL_HANDLE, "dma-buf too small for image in " - "vkCreateDmaBufImageINTEL: %"PRIu64"B < "PRIu64"B", + "vkCreateDmaBufImageINTEL: %"PRIu64"B < %"PRIu64"B", mem->bo->size, aligned_image_size); anv_bo_cache_release(device, &device->bo_cache, mem->bo); goto fail_import;