diff options
author | makefu <root@pigstarter.de> | 2014-07-17 13:15:35 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-07-17 13:15:35 +0200 |
commit | 7fc73600e5ddf6a5f79688a2d3491cf108b0db71 (patch) | |
tree | 739c6ee23b57e1a0b6b886f1b6f398c8d92a0e98 /Reaktor/IRC/reaktor.py | |
parent | acb6dc257d3b6e51c30bdfc650a7631cbfc68430 (diff) |
Reaktor:nag can be explicitly be called
Diffstat (limited to 'Reaktor/IRC/reaktor.py')
-rwxr-xr-x | Reaktor/IRC/reaktor.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Reaktor/IRC/reaktor.py b/Reaktor/IRC/reaktor.py index 799fe555..124fa017 100755 --- a/Reaktor/IRC/reaktor.py +++ b/Reaktor/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') |