diff --git a/src/xrt/auxiliary/vk/vk_image_allocator.c b/src/xrt/auxiliary/vk/vk_image_allocator.c index cc30a4f31..c67ec4111 100644 --- a/src/xrt/auxiliary/vk/vk_image_allocator.c +++ b/src/xrt/auxiliary/vk/vk_image_allocator.c @@ -296,6 +296,7 @@ vk_ic_allocate(struct vk_bundle *vk, VkResult ret = VK_SUCCESS; if (image_count > ARRAY_SIZE(out_vkic->images)) { + U_LOG_E("To many images for vk_image_collection"); return VK_ERROR_OUT_OF_HOST_MEMORY; }