Skip to content

Commit

Permalink
log opengl probe command
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 4, 2024
1 parent 1c74335 commit 675bf35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/server/mixins/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def query_opengl(self) -> Dict[str,Any]:
env = self.get_child_env()
#we want the output so we can parse it:
env["XPRA_REDIRECT_OUTPUT"] = "0"
gllog(f"query_opengl() using {cmd=}, {env=}")
proc = Popen(cmd, stdin=PIPE, stdout=PIPE, stderr=PIPE, env=env)
out,err = proc.communicate()
gllog("out(%s)=%s", cmd, out)
Expand Down

0 comments on commit 675bf35

Please sign in to comment.