Cosmetics

Make the debug message match the rest: FORMAT:MODIFIER.
This commit is contained in:
Matthias Clasen 2024-09-30 07:40:48 -04:00
parent bb46edcc21
commit f2f219f304

View File

@ -1131,7 +1131,7 @@ gsk_vulkan_image_new_for_dmabuf (GskVulkanDevice *device,
&vk_components,
vk_conversion);
GDK_DEBUG (DMABUF, "Vulkan uploaded %zux%zu %.4s::%016llx %sdmabuf",
GDK_DEBUG (DMABUF, "Vulkan uploaded %zux%zu %.4s:%016llx %sdmabuf",
width, height,
(char *) &dmabuf->fourcc, (unsigned long long) dmabuf->modifier,
is_yuv ? "YUV " : "");