diff options
author | tomsmeding <hallo@tomsmeding.nl> | 2015-10-23 19:26:46 +0200 |
---|---|---|
committer | tomsmeding <hallo@tomsmeding.nl> | 2015-10-23 19:26:46 +0200 |
commit | 5ddf5bbfc8c85380ed5f2fa91cc21a68ab971969 (patch) | |
tree | 038d7a97eb1f09210be6deffd70e4239140bd3a0 | |
parent | fdef017b4966dcb26020555b0dc2afc1b573fc4a (diff) |
More logging
-rwxr-xr-x | interactor/interactor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interactor/interactor.js b/interactor/interactor.js index e68e834..0a95193 100755 --- a/interactor/interactor.js +++ b/interactor/interactor.js @@ -137,7 +137,7 @@ io.on("connection",function(conn){ stdio:["pipe","pipe",process.stderr] }); childpids.push(proc.pid); - log("Process started with pid "+proc.pid); + log("Process '"+aicmd+"' started with pid "+proc.pid); var buffer=""; proc.stdout.on("data",function(data){ var idx,line,mv,win; |