Skip to content

Commit

Permalink
log the command and pid from "sound" debug (not just from the wrapper…
Browse files Browse the repository at this point in the history
… which uses "util" debug)

git-svn-id: https://xpra.org/svn/Xpra/trunk@9500 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed May 23, 2015
1 parent 52d39d7 commit 322060e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xpra/sound/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def __init__(self, description):

def start(self):
subprocess_caller.start(self)
log("start() %s subprocess(%s)=%s", self.description, self.command, self.process.pid)
glib.timeout_add(2500, self.verify_started)


Expand Down

0 comments on commit 322060e

Please sign in to comment.