system/about: Make print-renderer helper log to stderr
This avoids debug logging appearing in the UI via stdout when G_MESSAGES_DEBUG is used. Fixes #2387
This commit is contained in:
parent
180045d7b3
commit
bdd1a1037a
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ main (int argc, char **argv)
|
|||
{
|
||||
g_autofree char *renderer_string = NULL;
|
||||
|
||||
g_log_writer_default_set_use_stderr (TRUE);
|
||||
|
||||
gtk_init ();
|
||||
|
||||
renderer_string = get_gtk_gles_renderer ();
|
||||
|
|
Loading…
Add table
Reference in a new issue