Skip to content
Snippets Groups Projects
Commit d406ea11 authored by Simon McVittie's avatar Simon McVittie
Browse files

Merge branch 'wip/fix_xdg_print' into 'master'

xdg-portal: Replace g_print with the more correct g_debug

See merge request !238
parents 9bf4b6d2 b2b7927f
No related branches found
No related tags found
1 merge request!238xdg-portal: Replace g_print with the more correct g_debug
Pipeline #8513 passed
......@@ -583,7 +583,7 @@ _srt_check_xdg_portals (gchar **envp,
if (output == NULL || output[0] == '\0')
{
g_print ("The helper exited without printing the expected JSON in output");
g_debug ("The helper exited without printing the expected JSON in output");
issues |= SRT_XDG_PORTAL_ISSUES_UNKNOWN;
if (details_out != NULL)
*details_out = _srt_xdg_portal_new (stderr_messages, issues, NULL, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment