mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
Cosmetics
Make the debug message match the rest: FORMAT:MODIFIER.
This commit is contained in:
parent
bb46edcc21
commit
f2f219f304
@ -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 " : "");
|
||||
|
Loading…
Reference in New Issue
Block a user