mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-24 20:48:12 +03:00
proton: Log effective WINEDEBUG and WINEDLLOVERRIDES.
This commit is contained in:
parent
c444e6fea4
commit
cdd54b2a25
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…
x
Reference in New Issue
Block a user