wayland: Tweak a debug message

We aren't drawing to subsurfaces.
This commit is contained in:
Matthias Clasen
2024-04-21 20:37:45 -04:00
parent 722a0fa36d
commit 3bd97590a1

View File

@@ -661,7 +661,7 @@ gdk_wayland_subsurface_detach (GdkSubsurface *sub)
if (sub->parent == NULL)
{
g_warning ("Can't draw to destroyed subsurface %p", self);
g_warning ("Can't detach from destroyed subsurface %p", self);
return;
}