From ff400ff8f6e8fb1309da028842363a4667004422 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Mon, 3 Mar 2025 18:40:25 +0300 Subject: [PATCH] added GST_DEBUG=ERROR for DEBUG mode --- data_from_portwine/scripts/functions_helper | 1 + 1 file changed, 1 insertion(+) diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper index 2462f216..511b4e4b 100755 --- a/data_from_portwine/scripts/functions_helper +++ b/data_from_portwine/scripts/functions_helper @@ -3159,6 +3159,7 @@ start_portwine () { if [[ "${PW_LOG}" == 1 ]] \ || [[ -n "$PW_DEBUG" ]] then + check_variables GST_DEBUG "ERROR" check_variables WINEDEBUG "err+all" check_variables WINE_MONO_TRACE "E:System.NotImplementedException" check_variables VKBASALT_LOG_LEVEL "error"