diff --git a/src/xrt/compositor/util/comp_swapchain.c b/src/xrt/compositor/util/comp_swapchain.c index 08c8dd6c4..651e5af9e 100644 --- a/src/xrt/compositor/util/comp_swapchain.c +++ b/src/xrt/compositor/util/comp_swapchain.c @@ -280,7 +280,9 @@ comp_swapchain_create(struct vk_bundle *vk, } if ((info->create & XRT_SWAPCHAIN_CREATE_PROTECTED_CONTENT) != 0) { - // This compositor doesn't support creating protected content swapchains. + VK_WARN(vk, + "Swapchain info is valid but this compositor doesn't support creating protected content " + "swapchains!"); return XRT_ERROR_SWAPCHAIN_FLAG_VALID_BUT_UNSUPPORTED; }