Skip to content
Snippets Groups Projects
Commit b2b7927f authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

xdg-portal: Replace g_print with the more correct g_debug

parent 9bf4b6d2
No related branches found
No related tags found
1 merge request!238xdg-portal: Replace g_print with the more correct g_debug
Pipeline #8510 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