aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/reaktor.py
diff options
context:
space:
mode:
Diffstat (limited to 'IRC/reaktor.py')
-rwxr-xr-xIRC/reaktor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/IRC/reaktor.py b/IRC/reaktor.py
index 799fe55..124fa01 100755
--- a/IRC/reaktor.py
+++ b/IRC/reaktor.py
@@ -93,7 +93,8 @@ class Reaktor(asybot):
start = time()
try:
- print(myargv)
+ log.debug("Running : %s"%str(myargv))
+ log.debug("Environ : %s"%(str(env)))
p = popen(myargv, bufsize=1, stdout=PIPE, stderr=PIPE, env=env, cwd=cwd)
except Exception as error:
self.ME(target, 'brain damaged')