Skip to content
  • Matthias Clasen's avatar
    quartz: Don't use g_print for debug output · 2a2d254a
    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.
    2a2d254a