diff --git a/steam-runtime-tools/xdg-portal.c b/steam-runtime-tools/xdg-portal.c index 8cb5aba1ceb2eeca9a0cd9d034445ff7affd2651..36b12fec053a9a22e64839903911c57f99877ff1 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);