broadway: Use the new debug macros
authorMatthias Clasen <mclasen@redhat.com>
Fri, 23 Sep 2022 00:49:16 +0000 (20:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 23 Sep 2022 22:11:48 +0000 (18:11 -0400)
gdk/broadway/gdkdisplay-broadway.c

index fcf7db820b663d81b8799cd3c3fdbb64c63c26d2..1f82ef46d70b583b2a3a7635eb48cb5176a42c32 100644 (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;
     }