Remove +tid from WINEDEBUG example.
It's now always enabled, and can't be suppressed.
This commit is contained in:
parent
ab07135a89
commit
55fb5b0bd3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ user_settings = {
|
|||
#Log directory can be overridden with $PROTON_LOG_DIR.
|
||||
|
||||
#Wine debug logging
|
||||
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+unwind,+debugstr,+loaddll,+mscoree",
|
||||
"WINEDEBUG": "+timestamp,+pid,+seh,+unwind,+debugstr,+loaddll,+mscoree",
|
||||
|
||||
#DXVK debug logging
|
||||
"DXVK_LOG_LEVEL": "info",
|
||||
|
|
Loading…
Reference in a new issue