proton: Change default debug channels

This commit is contained in:
Andrew Eikum 2018-02-13 08:41:54 -06:00
parent 0686092448
commit d940c59d36

2
proton
View file

@ -61,7 +61,7 @@ env = dict(os.environ)
env["WINEDEBUG"] = "-all" env["WINEDEBUG"] = "-all"
lfile_path = None lfile_path = None
#env["WINEDEBUG"] = "+tid,+seh,+steamclient" #env["WINEDEBUG"] = "+timestamp,+tid,+seh"
#lfile_path = env["HOME"] + "/steam-" + env["SteamGameId"] + ".log" #lfile_path = env["HOME"] + "/steam-" + env["SteamGameId"] + ".log"
if lfile_path is None: if lfile_path is None: