mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
gsk: Clarify a debug message
We are printing a window type, not a display.
This commit is contained in:
parent
845ae20954
commit
55585aec73
@ -739,7 +739,7 @@ gsk_renderer_new_for_window (GdkWindow *window)
|
||||
{
|
||||
if (verbose || GSK_DEBUG_CHECK (RENDERER))
|
||||
{
|
||||
g_print ("Using renderer of type '%s' for display '%s'\n",
|
||||
g_print ("Using renderer of type '%s' for window '%s'\n",
|
||||
G_OBJECT_TYPE_NAME (renderer),
|
||||
G_OBJECT_TYPE_NAME (window));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user