Skip to content
  • Matthias Clasen's avatar
    gdk: Don't use g_print for debug output · 2801f3c8
    Matthias Clasen authored
    The g_print documentation explicitly says not to do this, since
    g_print is meant to be redirected by applications. Instead use
    g_message for logging that can be triggered via GTK_DEBUG.
    2801f3c8