proton: Log effective WINEDEBUG and WINEDLLOVERRIDES.
This commit is contained in:
parent
c444e6fea4
commit
cdd54b2a25
1 changed files with 2 additions and 0 deletions
2
proton
2
proton
|
@ -1436,6 +1436,8 @@ class Session:
|
|||
self.log_file.write("System " + var + ": " + os.environ[var] + "\n")
|
||||
if var in used_user_settings:
|
||||
self.log_file.write("User settings " + var + ": " + used_user_settings[var] + "\n")
|
||||
if var in self.env:
|
||||
self.log_file.write("Effective " + var + ": " + self.env[var] + "\n")
|
||||
|
||||
self.log_file.write("======================\n")
|
||||
self.log_file.flush()
|
||||
|
|
Loading…
Reference in a new issue