broadway: Use the new debug macros

This commit is contained in:
Matthias Clasen 2022-09-22 20:49:16 -04:00
parent 1d48f96fc5
commit 90c2b548e5

View File

@ -213,7 +213,7 @@ _gdk_broadway_display_open (const char *display_name)
broadway_display->server = _gdk_broadway_server_new (display, display_name, &error);
if (broadway_display->server == NULL)
{
GDK_NOTE (MISC, g_message ("Unable to init Broadway server: %s\n", error->message));
GDK_DEBUG (MISC, "Unable to init Broadway server: %s", error->message);
g_error_free (error);
return NULL;
}