aboutsummaryrefslogtreecommitdiffstats
path: root/IRC
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-07-17 13:15:35 +0200
committermakefu <root@pigstarter.de>2014-07-17 13:15:35 +0200
commitc8b63b54322302615906aa4fe281e8fb42afa9b2 (patch)
tree43c16f10272d03980e4ec3ffab7f9a1454d584b2 /IRC
parent3390e1df24dbce69a4b39cff363d6616d4dd376c (diff)
Reaktor:nag can be explicitly be called
Diffstat (limited to 'IRC')
-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')