From b2b7927f5d13571f4d0f47c3ca82e7fa9232b884 Mon Sep 17 00:00:00 2001 From: Ludovico de Nittis <ludovico.denittis@collabora.com> Date: Fri, 5 Feb 2021 14:12:43 +0100 Subject: [PATCH] xdg-portal: Replace g_print with the more correct g_debug Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com> --- steam-runtime-tools/xdg-portal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam-runtime-tools/xdg-portal.c b/steam-runtime-tools/xdg-portal.c index 8cb5aba1c..36b12fec0 100644 --- a/steam-runtime-tools/xdg-portal.c +++ b/steam-runtime-tools/xdg-portal.c @@ -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); -- GitLab