Merge branch 'log_whitespace' into 'main'

Add missing space to warning

See merge request GNOME/gtk!6729
This commit is contained in:
Matthias Clasen
2024-01-10 00:06:05 +00:00

View File

@@ -194,7 +194,7 @@ _gdk_wayland_cursor_get_buffer (GdkWaylandDisplay *display,
if ((image->width % cursor_scale != 0) ||
(image->height % cursor_scale != 0))
{
g_warning (G_STRLOC " cursor image size (%dx%d) not an integer"
g_warning (G_STRLOC " cursor image size (%dx%d) not an integer "
"multiple of scale (%d)", image->width, image->height,
cursor_scale);
cursor_scale = 1;