diff options
Diffstat (limited to 'py/mock/util.py')
-rw-r--r-- | py/mock/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mock/util.py b/py/mock/util.py index 895414e..f93f98b 100644 --- a/py/mock/util.py +++ b/py/mock/util.py @@ -253,6 +253,7 @@ def do(command, shell=False, chrootPath=None, timeout=0, raiseExc=True, returnOu preexec = ChildPreExec(personality, chrootPath, uid, gid) try: child = None + logger.debug("Executing command: %s" % command) child = subprocess.Popen( command, shell=shell, |